Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > Couldn't find installable isam


Reply
 
Thread Tools Display Modes
  #1  
Old 02-08-2006, 10:15 AM
dylandog dylandog is offline
Newcomer
 
Join Date: Jun 2005
Posts: 5
Default Couldn't find installable isam


I have a very very strange problem. That's the scenary:

- A vb6 program with an mdb database version Access2000
- A datacontrol DAO 3.6 with Connect property set to Access2000

When program starts on IDE I have the error "Couldn't find installable isam"

If I compile the program and then run it on the same computer, the error doesn't appens

The same program opened by visual basic in another computer run correctely

In both computer I have Visual Basic sp5 and Windows2000 SO

If I use a previous version of database (Access 97 version) and DAO 3.51, the problem doesn't exist.

If I use this code:

Code:
Dim DataDb as Database
Dim DataRs as Recordset

Set DataDb = Workspaces(0).OpenDatabase(DbName)
Set DataRs = DataDb.OpenRecordset (TableName)
Set Data1.Recordset = DataRs
the problem doesn't exist.


If I use this code:
Code:
Data1.DatabaseName = DbName
Data1.Recordsource = TableName
Data1.Refresh
I got the problem. But ONLY with source code in IDE. With compiled program on same PC it's all ok

Please someone can help me??????
Reply With Quote
  #2  
Old 02-08-2006, 10:24 AM
dylandog dylandog is offline
Newcomer
 
Join Date: Jun 2005
Posts: 5
Default

I've found another detail: Using an old version of database, an Access97 database, and DAO references to DAO 3.6, this is wath's appens:

- Property Connect of Data Control set to Access: all works correctely

- Property Connect of Data Control set to Access2000: I have the error Couldn't find installable ISAM
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->