[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

SQLPrimaryKeys and SQLForeignKeys in ODBC.NET

Yury Polyakovsky

3/14/2002 6:01:00 PM

I've tried GetSchemaTable. For some reason it returns IsKey = false for
every column in a table including primary key.

Also there is no way to get 'foreignkeys' info (like SQLForeignKeys) with
ODBC.NET.

Any suggestions?