473,395 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ISAM

Tom
I have just updated a DB from access 97 to access 2003. When I try to
generate a report I get an error message telling me

Can not find installable ISAM. What is this trying to tell me and how do
I correct this error?????

Thanx
Nov 13 '05 #1
4 2010
MA

"Tom" <ha********@hotmail.com> ha scritto nel messaggio
news:_i****************@newsread1.dllstx09.us.to.v erio.net...
I have just updated a DB from access 97 to access 2003. When I try to
generate a report I get an error message telling me

Can not find installable ISAM. What is this trying to tell me and how do I correct this error?????

Thanx

Update Jet 4.0
have you added reference 3.6?
MAssimiliano
Nov 13 '05 #2
Tom
Have downloaded Jet 4 service pack. Installed it and no success.

What is reference 3.6 and where do I find it. Does it have anything to do
with Fox tables?
"MA" <ma****@massimilianoamendola.it> wrote in message
news:se*******************@news.edisontel.com...

"Tom" <ha********@hotmail.com> ha scritto nel messaggio
news:_i****************@newsread1.dllstx09.us.to.v erio.net...
I have just updated a DB from access 97 to access 2003. When I try to
generate a report I get an error message telling me

Can not find installable ISAM. What is this trying to tell me and how

do
I correct this error?????

Thanx

Update Jet 4.0
have you added reference 3.6?
MAssimiliano

Nov 13 '05 #3
MA

"Tom" <ha********@hotmail.com> ha scritto nel messaggio
news:KV****************@newsread1.dllstx09.us.to.v erio.net...
Have downloaded Jet 4 service pack. Installed it and no success.

What is reference 3.6 and where do I find it. Does it have anything to do
with Fox tables?


Go in a module
Struments
References
and flag Microsoft DAO 3.6
Care that is before
ADO 2.1

BTW http://support.microsoft.com/default...;en-us;Q155666

MAssimiliano
Nov 13 '05 #4
MA wrote:
Go in a module
Struments
References
and flag Microsoft DAO 3.6
Care that is before
ADO 2.1


Don't rely on these two libs being in any particular order, there's no
guarantee they'll stay that way. Instead, use a prefix for your object
variables, e.g.

Dim rst As ADODB.Recordset
Dim rst2 As DAO.Recordset
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: vishal | last post by:
hi here is vishal. i am using mysql as a backend for my web site and php as front-end. i have created my tables of INNODB type previously and size of file ibdata1 increased to 2 GB as my data...
1
by: vishal | last post by:
hi i am using mysql as backend. my all tables are of MY ISAM type. so how can i take backup of my tables??????? thxs for your reply................
2
by: Phil | last post by:
Hi There. Seriously stuck and need help! I am trying to access Access 2000 database using ASP.NET(VB) and I am getting a "Could not find installable ISAM" crap. There are quite a few resources...
3
by: Michael Plant | last post by:
Hello one and all. I have a stored table in my database and the form I'm using is based on a query that draws data from my stored table and a linked table. The linked table is a *.txt file. ...
2
by: DBQueen | last post by:
I received a "Could Not Find Installable ISAM" error (#3170) when using Docmd.TransferDatabase to export a table from one database to another - Set wrkDefault = DBEngine.Workspaces(0)...
3
by: Robert Schuldenfrei | last post by:
Dear NG, This fall I may try to convert an old MRP-II system from COBOL to C#. I have been using Microsoft SQL Server while I have been learning C# to hold the data. This is fine, but if I...
6
by: Robert Lawson | last post by:
I continue to get the below error message when trying to load a aspx file. Could someone please point me in the right direction for solving this? I'm trying to access an access data base and I'm...
0
by: Carla | last post by:
I have Access 2000. I have gotten one of my databases imported into it and created a query and report. Now when I go try to change a record, I am getting "updating data in a linked table is not...
1
by: Anatoly Kurilin | last post by:
Hi, each time I use that code for calculating a number of user connected to a data file, I get an error message: Could not find installable ISAM. What do I do wrong? Dim cn As New...
4
by: amit.atray | last post by:
Hi, I am trying to open an ISAM file with isopen call. But I am getting error with iserror set to 111. I tried to check 111 error code ... 111 ENOREC Action: No record could be found...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.