get error couldnot find installable ISAM

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: blockxfer (blockxfer_at_discussions.microsoft.com)
Date: 09/14/04


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



Relevant Pages

  • Re: Virus?
    ... > time error - file not found. ... In the registry the run key showed MS.exe, ... > up to date virus scanner in place and am extremely careful of everything I ...
    (microsoft.public.security.virus)
  • Re: Run time errors
    ... Suddenly I found I couldn't open it and got the message,' Run time error 429 ActiveX component can't create object' ... It sounds to me like it may be a file permission problem, where the software is trying to create something in a folder it does not have access permissions for. ... There are some which can check and inform, that's fine, you get a choice, but there are others which actually cause problems and give you no choice, ask for some recommendations here if you want to try a registry fix. ...
    (microsoft.public.windows.vista.performance_maintenance)
  • RE: get error couldnot find installable ISAM
    ... "blockxfer" wrote: ... > dim cmd As String ... > msrd3x40 dlls with registry still i get the same error ...
    (microsoft.public.data.ado)
  • Re: get error couldnot find installable ISAM
    ... Install correct MDAC or search www.google.com / www.aspFaq.com for an answer ... Or remove password from database ... > i get an run time error 214767259could not find installable ... > msrd3x40 dlls with registry still i get the same error ...
    (microsoft.public.data.ado)
  • Re: Importing Excel files with columns > 255 chars
    ... or similar string manipulation to get the required maximum length. ... to change the column width of Error output columns, ... Create a connection to that spreadsheet and check the data ... the following registry key when reading the spreadsheet: ...
    (microsoft.public.sqlserver.dts)