I have a connection string
strconn="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath("test.mdb" & ";PWD=1234"
and when I tried to connect to the database then I got a error message : Cannot Find Installable ISAM
so may I ask what is going wrong and how to fix it?
strconn="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath("test.mdb" & ";PWD=1234"
and when I tried to connect to the database then I got a error message : Cannot Find Installable ISAM
so may I ask what is going wrong and how to fix it?