I want to get the column names of a table, and I think I should use SQLColumns, but, after I consult the ODBC API reference, I was confused by those parameters.
Any one can help?
You could use also an ADO Connection object’s (OpenSchema) Method. It can return all sorts of information about the data source / database. Including field / table names
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.