
May 2nd, 2007, 01:26 PM
|
|
Registered User
|
|
Join Date: Feb 2007
Posts: 4
Time spent in forums: 38 m 34 sec
Reputation Power: 0
|
|
|
Odbc Api
Hi All,
I'm currently learning how to do ODBC connections with the ODBC API in Visual C++ 6.0
Is there another/a nicer way to use the ODBC API from one Visual Studio Express editions (i.e. VB 2005)? Specifically, I'm trying to determine primary/foreign keys in a table in a database that I'm connected to through ODBC, and I have not found a way to do it using the System.Data.Odbc objects, but the API has functions for this.
Thanks!
|