If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How do I determine whether through ADOX a Column is an AutoIncrement field?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-04, 10:27
Marcorgan Marcorgan is offline
Registered User
 
Join Date: Sep 2004
Posts: 2
How do I determine whether through ADOX a Column is an AutoIncrement field?

I mean..through Visual Basic and ADOX

I know that is this code

Code:
strAutoIncrement = tblColumn.Properties("AutoIncrement").Value
but doesn't work! why ?
If I try to return number of properties of my column..is 0!!

Help me please

Thank you all.
Marco
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On