|
-
Mar 21st, 2002, 05:12 AM
#1
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|