|
-
Jan 12th, 2000, 04:30 AM
#1
Thread Starter
Addicted Member
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!!!
-
Jan 12th, 2000, 11:48 AM
#2
Guru
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?
-
Jan 13th, 2000, 07:36 PM
#3
Thread Starter
Addicted Member
I am trying to connect to an Access database through the Microsoft Jet OLEDB 3.51 provider.
-
Jan 13th, 2000, 11:49 PM
#4
Guru
Get the fields via OpenSchema(adSchemaColumns)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|