Re: "Could not find installable ISAM" on Vb6 sp6

From: Sergio F. (anonymous_at_discussions.microsoft.com)
Date: 05/21/04

  • Next message: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"
    Date: Fri, 21 May 2004 02:36:06 -0700
    
    

    I have read the Fix Message but I'm already using the VB6 Service pack 6 .... and it doesn't correct the problem...

    I have found another way to bypass the error.
    I pass to the Data Control a recordset loaded in another way through code.

    Ex.

        Dim daoDB36 As Database
        Dim rs As DAO.Recordset
        Dim sPath As String
            
        sPath = PathFile
        Set daoDB36 = DBEngine(0).OpenDatabase(sPath)
        Set rs = daoDB36.OpenRecordset(sqlstring)
        Set dataControl.Recordset = rs

    In this way the DataControl receives a recordset right loaded ( in IDE and Runtime enviroment )

    Is it right? or there is a easier solution ?


  • Next message: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"

    Relevant Pages


    Loading