get error couldnot find installable ISAM
From: blockxfer (blockxfer_at_discussions.microsoft.com)
Date: 09/14/04
- Next message: Mark: "Updating a blob using a stored procedure"
- Previous message: buenz: "How to set up textbox datasource at run time"
- Next in thread: John: "Re: get error couldnot find installable ISAM"
- Reply: John: "Re: get error couldnot find installable ISAM"
- Reply: Brendan Reynolds: "Re: get error couldnot find installable ISAM"
- Reply: Shishir Jha: "RE: get error couldnot find installable ISAM"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 02:03:01 -0700
i get an run time error 214767259(8004005) could not find installable ISAM****
dim cmd As String
Dim gql As String
Dim cn As ADODB.Connection
Dim grs As ADODB.Recordset
cmd = "provider=microsoft.jet.OLEDB.4.0;Datasource=" & (App.Path &
"\Anodedata.mdb")
Set cn = New ADODB.Connection
With cn
.ConnectionString = cmd
.Open ---- on this line the error
appears----
End With
gql = "select * from anodedata"
grs.Open gql, cn, adOpenForwardOnly, adLockOptimistic
Set Grid1.DataSource = grs
grs.Close
Set grs = Nothing
cn.Close
Set cn = Nothing
*****************
i have tried checking the registry also again registered the msrd2x40 and
msrd3x40 dlls with registry still i get the same error
- Next message: Mark: "Updating a blob using a stored procedure"
- Previous message: buenz: "How to set up textbox datasource at run time"
- Next in thread: John: "Re: get error couldnot find installable ISAM"
- Reply: John: "Re: get error couldnot find installable ISAM"
- Reply: Brendan Reynolds: "Re: get error couldnot find installable ISAM"
- Reply: Shishir Jha: "RE: get error couldnot find installable ISAM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|