Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 ISAM ERROR??????????
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Spoon
Average Member

Ireland
507 Posts

Posted - 15 July 2001 :  17:04:01  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
Hi,

Im trying to connect to my access 2000 database, and i get this error, (im running PWS with access 2000 installed)

-----------------------------------------

Microsoft JET Database Engine error '80004005'

Could not find installable ISAM.

/admin/addbook/add.asp, line 17

-------------------------------------------

Heres the lines..................................

------------------------------------------------------

(15)Set ADDBOOKR = Server.CreateObject("ADODB.Recordset")
(16)Set ADDBOOKDB = Server.CreateObject("ADODB.Connection")
(17)ADDBOOKDB.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & ADDRESSBOOKDATAPATH & ";UID=" & ADDRESSBOOKUSERNAME & ";PWD=" & ADDRESSBOOKPASSWORD

--------------------------------------------------------

I really dont know what the prob is. Can anyone help me out please!!! :)



Regards,

Spoon, (ya all love me right?)

Spoon
Average Member

Ireland
507 Posts

Posted - 15 July 2001 :  17:21:48  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
it seems to only give this error when i password protect the database

Regards,

Spoon, (ya all love me right?)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 July 2001 :  17:41:41  Show Profile
not sure about the UID part but for the password here is how it's done in the connection string you are trying to use:

ADDBOOKDB.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & ADDRESSBOOKDATAPATH & ";Jet OLEDB:Database Password=" & ADDRESSBOOKPASSWORD


I don't think you have to specify a username. Try it with the above and see if it works.
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 July 2001 :  14:11:34  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
quote:

not sure about the UID part but for the password here is how it's done in the connection string you are trying to use:

ADDBOOKDB.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & ADDRESSBOOKDATAPATH & ";Jet OLEDB:Database Password=" & ADDRESSBOOKPASSWORD


I don't think you have to specify a username. Try it with the above and see if it works.



Thanks Richard, worked a treat



Regards,

Spoon, (ya all love me right?)
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07