|
-
Mar 2nd, 2002, 11:10 PM
#1
Thread Starter
Lively Member
Problems with MS Access using ADO
There isn't any problem when i run the program using the MS access 97 file format . But after converting the ms access file to MS access 2000, and i run the program, there is an error saying "Run time error '-2147467259 (80004005)': Unrecognized database format 'c:\windows\desktop\ADO\db1.mdb'. May i know this problem is due to what reason ???
For your information i am using ADO to connect to the access database ..
-
Mar 2nd, 2002, 11:46 PM
#2
Member
have you considered that perhaps your ado drivers need updating. it could be the problem
-
Mar 3rd, 2002, 09:39 AM
#3
Thread Starter
Lively Member
Do u know the exact url that i can find the latest ADO drivers ??
-
Mar 3rd, 2002, 09:58 AM
#4
Member
http://www.microsoft.com/data/download.htm
took me less than one minute to find on a 56k connection. you should try msdn search sometime after all that is what it is there for
-
Mar 3rd, 2002, 04:04 PM
#5
New Member
Have you tried changing your connection provider from Jet 3.51 to Jet 4.0? I had the same difficulty with an Access 2000 db.
A wise man once said"
"Who me?"
-
Mar 3rd, 2002, 08:32 PM
#6
Thread Starter
Lively Member
I have set the database password for my ms access file.
What is the code that i need to use to open the database ???
mCN.ConnectionString = "Provider=Microsoft.JET.OLEDB.4.0;Data Source=" & strPath & ";PWD=123"
I have tried using the code above, but there is an error msg saying "Run time error, Could not find installable ISAM". May i know this problem is due to what reason ???
-
Mar 4th, 2002, 07:14 AM
#7
New Member
I checked the msdn site and found this article for your error message: http://msdn.microsoft.com/library/de...ootingtips.asp Not sure if it will help. It almost sounds as if Jet 4.0 is not loaded.
Last edited by medaugh; Mar 4th, 2002 at 07:17 AM.
A wise man once said"
"Who me?"
-
Mar 4th, 2002, 07:24 AM
#8
Hi
Passworded Access Dbs were discussed on a previous thread.
Use the thread search (see top of window) and have a look for password access mdb and see ... I think if was a property of the connection that had to be added.
Regards
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
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
|