Results 1 to 4 of 4

Thread: Problems with the OpenSchema method

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    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!!!


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    I am trying to connect to an Access database through the Microsoft Jet OLEDB 3.51 provider.

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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
  •  



Click Here to Expand Forum to Full Width