If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Asp experts !!! Help !!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-14-04, 23:07
sinoliver sinoliver is offline
Registered User
 
Join Date: Jan 2004
Posts: 4
Exclamation Asp experts !!! Help !!!

Hi all,

how can i solve this error ??

Error typeˇG
Microsoft JET Database Engine (0x80004005)
Couldn't find installable "ISAM"
/Asp/testinganything.asp, line 32


while my codes are,


adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=\\IP_ADDRESS\MY_PATH\Tables.mdb;" & _
"Jet OLEDBatabase Password=MY_PASSWORD;" & _
"Data Mode = adModeRead;"

also, how can i read a MS access file while that access file is openned by somebody else???


thanx..
Reply With Quote
  #2 (permalink)  
Old 01-15-04, 13:20
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
That error means that you do not have a driver/provider. Download mdac from ms and install.
Reply With Quote
  #3 (permalink)  
Old 01-16-04, 02:23
sinoliver sinoliver is offline
Registered User
 
Join Date: Jan 2004
Posts: 4
hi all,

i solved !!!!

becos the server side used old version MS access so i just change my code to old version eg:

adoCon.Open "Provider=Microsoft.Jet.OLEDB.3.51;"


thanx guys ......^^
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On