PDA

Click to See Complete Forum and Search --> : Problems with the OpenSchema method


Forest Dragon
Jan 12th, 2000, 03:30 AM
Hi everybody!!!

I have a problem with the OpenSchema method. I want to display all the tables and the queries in a database with their fields. The method shows all the tables and the queries but not all the fields!!! There are tables/queries which it shows only part of the fields, and there are tables/queries which it doesn't show any fields at all!!!

Can anybody give me an explanation why it is so and what I need to do in order to fix that?

Thanks!!!

Clunietp
Jan 12th, 2000, 10:48 AM
I believe that the driver has to support the functions being called by ADO, and drivers have a varying level of compliance. What database/driver are you using?

Forest Dragon
Jan 13th, 2000, 06:36 PM
I am trying to connect to an Access database through the Microsoft Jet OLEDB 3.51 provider.

Clunietp
Jan 13th, 2000, 10:49 PM
Get the fields via OpenSchema(adSchemaColumns)