ISAM stands for Indexed Sequential Access Method, a method for indexing data for fast retrieval, originally developed by IBM.
Questions tagged [isam]
69 questions
1
vote
1 answer
MobileFirst authenticationConfig.xml 7.1 migration error on Security Access Manager sample project - how to resolve?
I'm working with IBM MobileFirst 7.1, and trying to get integration for ISAM working. So far I've been working with the sample application provided here, but I'm having issues with it when working with 7.1 MobileFirst client-side tools.
If I…

Andrew Ferrier
- 16,664
- 13
- 47
- 76
1
vote
1 answer
Troubleshooting Could not find installable ISAM error
I have 32-bit MS Office 2013 Installed, along with the 32-bit office redistributable and a small c# console application set to compile to 32-bit.
The following code causes an OleDbException stating "Could not find installable ISAM."
public void…

Joe
- 5,389
- 7
- 41
- 63
1
vote
1 answer
import ascii data into cassandra database
I have got C-ISAM data exported to ASCII file and now I would like to import that into Cassandra database. Is there any way to do so?
For information the ASCII file is based on offsets!
Thanks for the help!

zuubs
- 149
- 4
- 18
1
vote
1 answer
Reading Cobol ISAM files using Delphi 2007 application
I have been given the task of seeing if there is a way to directly read RM/COBOL ISAM files in Delphi 2007 so the data can be Sync'd to our on-line billing website. The Delphi sync program already has connections to Advantage and DBF databases and…

user3249290
- 11
- 2
1
vote
2 answers
Opening c isam files?
I am trying to find a way to access a database of some management software which uses some kind of raw isam files to store the data. The data folder compromises of of .idx and .fs5 files, I cannot find any evidence of this being a informix type as…

Michael Ramirez
- 237
- 5
- 21
1
vote
2 answers
Should I lock an ISAM table to insert a value into a unique key field?
I have an ISAm table in mySql that was created similar to this:
create table mytable (
id int not null auto_increment primary key,
name varchar(64) not null );
create unique index nameIndex on mytable (name);
I have multiple processes inserting…

lajos
- 25,525
- 19
- 65
- 75
1
vote
0 answers
constructing an ISAM tree
i am having a bunch of nodes holding some data . this can be considered as leaf nodes.
I want to build an ISAM tree over these nodes. Is there a standard way of creating the non leaf nodes of an ISAM tree /B plus tree / any tree for that matter.…

kbang
- 694
- 9
- 25
1
vote
2 answers
Good ISAM library or other simple file manager for large files on Windows x64
We have some very large data files (5 gig to 1TB) where we need quick read/write access. Since we have a fixed record size it seems like some form of ISAM would be the way to go. But would be happy to hear other suggestions.
Ideally the solution…

Terence
- 337
- 4
- 12
1
vote
2 answers
Does MySQL do automatic indexing for foreign keys?
Can anyone tell me if MySQL does indexing for its foreign keys automatically or not?
My MySQL is using MyIsam Engine.

Keyur Padalia
- 2,077
- 3
- 28
- 55
0
votes
1 answer
DB concurrency - Checksum vs Timestamp
we are in the process of moving to a new database system. The database is of ISAM type and the API does not provide a way to detect if a record has been changed by another user.
Therefore I need to implement this functionality on the client side. …

There is no spoon
- 1,775
- 2
- 22
- 53
0
votes
3 answers
Error while opening a connection to MS Access 2007 file: Cannot open the MS Office Access database engine workgroup information file
Cannot open the MS Office Access database engine workgroup information file - When I have code as posted.
What I am trying to do in my code is to create MS Access 2007 file and then set the user name and password to it from my program. What am I…

HelpNeeder
- 6,383
- 24
- 91
- 155
0
votes
0 answers
SAML Azure configured as service provider and SP logout is not redirecting to the IBM ISAM IDP SSO page after logging out from SP Azure
SAML Azure SP initiated logout is not redirecting to the IBM ISAM IDP SSO page after logging out from SP Azure
any idea where to redirect to sso IBM ISAM IDP SSO page after azure logout from saml.
this was configured correctly the ibm idp logout…

Elie BA
- 1
0
votes
0 answers
how to access subject element from the saml request URL?
I would like to access the query parameter from the SAML request from IBM ISAM? how can I access that parameter? any suggestions are appreciated?
is it from LOGIN.html or access policy?
as of now, have not done anything as my dev environment is…

Venkat
- 1
0
votes
0 answers
Microsoft ACE OLEDB 12.0 to 16.0
There is an excel macro which uses oledb 12.0, worked fine but now some users experiencing issues. It turned out they don't have version 12.0 anymore, only 16.0. Upon changing the code from 12.0 to 16.0 there is a new error message popping up:…
0
votes
0 answers
ASP.NET WebForms with JWT?
I'm a little lost when finding anything to do with authentication in ASP.NET WebForms that doesn't involve have a dedicated database for the users and roles. Are there any examples anywhere or can someone suggest how to go about integrating WebForms…

Stephen York
- 1,247
- 1
- 13
- 42