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 OLEDB

atabase 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..