G
Guest
Hello (sorry for my english),
i'm trying to detect whether a column in a table of a database (sql server,
access, mysql, ...) is identity and i'm not able to get it.
I first used GetOleDbSchemaTable and it didn't work.. then i tried a simple
'select top 1* from table' and got the value of 'AutoIncrement' for the
obtained columns.. it neither worked..
Can anyone give me an "adonet ole-db" compatible solution? I have searched
for so long and i don't know what else to do.
Thank you.
i'm trying to detect whether a column in a table of a database (sql server,
access, mysql, ...) is identity and i'm not able to get it.
I first used GetOleDbSchemaTable and it didn't work.. then i tried a simple
'select top 1* from table' and got the value of 'AutoIncrement' for the
obtained columns.. it neither worked..
Can anyone give me an "adonet ole-db" compatible solution? I have searched
for so long and i don't know what else to do.
Thank you.