Results 1 to 4 of 4

Thread: Creating Access 97 DB using ADOX

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2002
    Location
    Kesgrave UK
    Posts
    28

    Creating Access 97 DB using ADOX

    I'm trying to get my application to create a new Access DB using ADOX. It seems to be creating the file, but whenever I try to access it manually it gives me the error message 'Unrecognized Database Form 'D:\NewDB.mdb'.

    Set cat = new Adox.catalog

    cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\mynew.mdb"

    and then try to create some tables, it gives the same error message wether I try to create tables or not.

    Anybody got any ideas about what I'm doing wrong.

    Cheers.
    Last edited by AuldNick; Mar 21st, 2002 at 05:16 AM.

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