|
-
Feb 14th, 2000, 04:45 AM
#1
Thread Starter
Lively Member
When trying to open an access 2000 database I get a "Unrecognized database format". Now, I did convert this from Office 97?!?!? Any hints. Thanks so much in advance. Casox
-
Feb 14th, 2000, 05:46 AM
#2
Assuming you are using ADO - which you probably have to - use Jet.Oledb.4.0 as your data provider. Use this as your connectstring: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strAppPath & database.mdb & ";Persist Security Info=False"
Works for me.
-
Feb 14th, 2000, 06:21 AM
#3
Thread Starter
Lively Member
Originally posted by okdorje:
Assuming you are using ADO - which you probably have to - use Jet.Oledb.4.0 as your data provider. Use this as your connectstring: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strAppPath & database.mdb & ";Persist Security Info=False"
Works for me.
Thanks. However, I found this solution on MSDN but using the Jet 4.0 does not help. Perhaps I am not changing it in another area or something.
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
|