473,836 Members | 1,330 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ISAM file opening error

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 that contained the requested value
in the specified position.

I think this error should error if we are trying to find a record and
record is not there.
But how can this error be possible while opening a file (ISAM)???

Thanks

Jul 5 '07 #1
4 2346

amit.at...@gmai l.com wrote:
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 that contained the requested value
in the specified position.

I think this error should error if we are trying to find a record and
record is not there.
But how can this error be possible while opening a file (ISAM)???
This is not really a Standard C question. You need to ask in a group
more specific to the particular database system you're using.

Jul 5 '07 #2
am********@gmai l.com wrote:
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 that contained the requested value
in the specified position.
I think this error should error if we are trying to find a record and
record is not there.
But how can this error be possible while opening a file (ISAM)???
This not a question in any way related to C but about a certain
library (that may be written in C, but that doesn't make it a
C problem), probably a (of possibly many) library for dealing
with ISAM files. To get an answer to your question you will
have to find a group where discussions of ISAM libraries are
on-topic, probably some group dedicated to database program-
ming.
Regards, Jens
--
\ Jens Thoms Toerring ___ jt@toerring.de
\______________ ____________ http://toerring.de
Jul 5 '07 #3
In article <5f************ *@mid.uni-berlin.de>,
Jens Thoms Toerring <jt@toerring.de wrote:
>am********@gma il.com wrote:
>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 that contained the requested value
in the specified position.
>I think this error should error if we are trying to find a record and
record is not there.
But how can this error be possible while opening a file (ISAM)???

This not a question in any way related to C but about a certain
library (that may be written in C, but that doesn't make it a
C problem), probably a (of possibly many) library for dealing
with ISAM files. To get an answer to your question you will
have to find a group where discussions of ISAM libraries are
on-topic, probably some group dedicated to database program-
ming.
IOW:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Jul 5 '07 #4
On Jul 5, 4:06 am, amit.at...@gmai l.com wrote:
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 that contained the requested value
in the specified position.

I think this error should error if we are trying to find a record and
record is not there.
But how can this error be possible while opening a file (ISAM)???
You want news:comp.datab ases.informix (follow-up set).

Is the file empty?

Jul 5 '07 #5

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

Similar topics

3
19501
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. However, whenever I try to edit data I get the error message "Updating data in a linked table is not supported by this ISAM." I can understand not being able to edit the linked data, but the field I'm trying to update is drawn from the stored...
1
2809
by: John Baker | last post by:
Hi: I am working with an XLS file, andhave Access 2000. When I try and clear the xlf file (so that xls can use it for additional data), I get an error message: "Deleting data in a linked table is not supported by this ISAM. (Error 3617)"
0
1875
by: rivka.howley | last post by:
I'm using Access 2003 and Excel 2003. All I'm trying to do is bring a sheet from an Excel file (defined by the user) into Access as a table, I dont care if it's linked or imported. However, I get an error: "Run time error 3170. Could not find installable ISAM." I am able to import and link Excel tables using the Access menu. Here is the part of my code that's causing the error: Set db = CurrentDb 'Get file name
2
7296
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) DBEngine.CreateDatabase strFileName, "c:\Database\" DoCmd.TransferDatabase acExport, "Microsoft Access", _ "C:\database" & strFileName, acTable, "tblBatchTEMP", _ "tblBatchARCHIVE" I suspect this is due to having just upgraded my version of Access2000...
3
4275
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 sell my product I will be forcing my customers to buy SQL Server. In addition, the original COBOL uses ISAM for all of its files. It would be cheaper for the end user and easier for my conversion to use a C# callable ISAM facility. Does anyone...
6
6833
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 the only one accessing it at this time. I'm trying to learn this step by step and I'm at the begining of ADO stuff. Server Error in '/' Application. ------------------------------------------------------------------------ --------
2
5060
by: Henrik | last post by:
Hello I starting use ASP.NET and has created a new file to open a Access database I get these error and cant solve it - please need some help. I Use Windows 2000 (have also tried to put it in to the server Widows 2003) Here is my Error - waht is wrong:
1
8326
by: Job Lot | last post by:
i am querying excel file as follows Dim conn As New OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0; " & _ "data source='" & "C:\Temp\SSPortfolio.xls" & " '; " & _ "Extended Properties=Excel 8.0;" & "HDR=Yes;" & "IMEX=1") '! Select the data from Sheet1 of the workbook.
1
3605
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 ADODB.Connection Dim cn2 As New ADODB.Connection Dim rs As New ADODB.Recordset Dim intUserCount As Integer Dim strPassword As String
0
9665
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10835
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10541
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7785
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6976
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5645
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5818
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4007
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.