Re: "Could not find installable ISAM" on Vb6 sp6
From: Sergio F. (anonymous_at_discussions.microsoft.com)
Date: 05/21/04
- Previous message: Paul Clement: "Re: "Could not find installable ISAM" on Vb6 sp6"
- In reply to: Paul Clement: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Next in thread: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Reply: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Messages sorted by: [ date ] [ thread ]
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 ?
- Previous message: Paul Clement: "Re: "Could not find installable ISAM" on Vb6 sp6"
- In reply to: Paul Clement: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Next in thread: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Reply: Jim Carlock: "Re: "Could not find installable ISAM" on Vb6 sp6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading