PDA

Click to See Complete Forum and Search --> : ms-access problem


shooter
Feb 20th, 2001, 02:06 AM
hello friends

I have a MS-Access database that is password protected.

When I use ADO to connect to this database

I get an error

runtime error '-2147467259(80004005)':

couldn't find installable ISAM.

this is the code i use

dim strConn as string

dim Conn as new adodb.connection

strConn = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=my database;Jet OLEDBDatabase Password=my password;Persist Security Info=False"

conn.open strConn

what is the possible solution for this problem

crispin
Feb 20th, 2001, 07:31 AM
what version is the access db? if its 2000 then you need a newer version of mdac...

mrbiam
Feb 27th, 2001, 08:38 AM
I'm guessing you need to take a close look at your properties window to check a few things. Check the database-make sure it says access or what you need.