Click to See Complete Forum and Search --> : SQL Tables and ODBC32 using c#


nickbungus
October 24th, 2005, 07:26 AM
Hi

I am trying to retrieve the table names from a database I am connecting to using ODBC for a small C# app I am coding.

I have tried using the SQLTables from the odbc32 api but I doubt I am calling the api functions correctly.

Can anybody help me to achieve this correctly?

Vaderman
October 24th, 2005, 08:26 AM
This may be of some help to you:

Tables (http://www.c-sharpcorner.com/Code/2004/July/OledbSchema.asp)

Regards

John