K
kfng
I get the following run-time error when running the following code:
Dim ALP as ADODB.connection
Dim strConnection as string
strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;"& _
"Data Source=" & CurrenProject.Path &"\ALP_Score.mdb;"
set ALP = new.ADODB.connection
ALP.Open strConnection (Debug stops here, and run-time error
'-2147467259(80004005)':Could not find installable ISAM)
What have I done wrong to get this error?
Thanks in advance for your advice.
Dim ALP as ADODB.connection
Dim strConnection as string
strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;"& _
"Data Source=" & CurrenProject.Path &"\ALP_Score.mdb;"
set ALP = new.ADODB.connection
ALP.Open strConnection (Debug stops here, and run-time error
'-2147467259(80004005)':Could not find installable ISAM)
What have I done wrong to get this error?
Thanks in advance for your advice.