ISAM ODBC driver
ODBC driver for C-ISAM and D-ISAM files
The ISAM ODBC driver provides relational, real-time, read/write access to C-ISAM and D-ISAM data for ODBC-enabled applications on Windows, UNIX, and Linux. The ISAM ODBC driver makes your ISAM data fully accessible from SQL, making it easy for end users to retrieve, update, and analyse the data. Our customers have successfully used the ISAM ODBC driver to:
- Analyse, format, and publish ISAM data in Microsoft Excel, Crystal Reports, and BusinessObjects.
- Provide a user friendly, graphical interface to ISAM data by developing custom front ends in programming languages such as Microsoft Visual Basic, C++, C#, and Borland Delphi.
- Publish ISAM data in web pages by accessing ISAM files through ODBC from PHP, Perl, or ASP running under a web server.
Indexed Sequential Access Method (ISAM) data is organised into records that are stored sequentially in ISAM files. An index file is used to store key values that identify each record along with pointers that locate the corresponding record in the database. This speeds up data retrieval because individual records can be retrieved without having to search the entire data set. Because ISAM provides fast and cost-effective access to data without the overhead of a relational database management system (RDBMS), ISAM continues to be a viable solution for many companies.
The ISAM ODBC driver reads the ISAM file definitions from an Easysoft schema file; your ISAM files and applications remain unchanged. You create the schema with the Easysoft Administrator, an easy to use graphical administration program provided with the driver.
The ISAM ODBC driver supports Informix C-ISAM (http://www.ibm.com/software/data/informix/cisam) and Byte Designs DISAM file systems.
Relational access to C-ISAM and D-ISAM data
- SQL access Query and update your ISAM data by using SQL. Retrieve information from multiple ISAM files at once by using joins. Use SQL to create tables, the corresponding ISAM files do not have to exist, they will be created as required.
- Efficient data retrieval If your ISAM files are remote, reduce expensive network traffic by using SQL to filter data at the server so that only the minimum data required is returned to the application.
- Protect sensitive data Use views to restrict what columns or rows users can access.
- Integration with relational databases Integrate non-relational ISAM data with relational databases such as Microsoft SQL Server and Microsoft Access. For example, create a linked server in SQL Server to access your ISAM data and then take advantage of features available in SQL Server such as stored procedures.
Remote ODBC or JDBC access to C-ISAM and D-ISAM data
- Cross-platform ODBC access If your ISAM files and ODBC-enabled applications are on different machines, connect your applications to your remote ISAM data by combining the ISAM ODBC driver with the Easysoft ODBC-ODBC Bridge. This solution has enabled our customers to access ISAM files on UNIX and Linux from Windows applications such as Visual Basic, SQL Server, Access, and Excel.
- Cross-platform JDBC access For cross-platform JDBC access to remote ISAM files from Java, use the ISAM ODBC driver with the Easysoft JDBC-ODBC Bridge.
SQL optimisation
- Query optimisation The ISAM ODBC driver automatically analyses queries to determine whether the SQL can be transformed into equivalent but better performing SQL. The transformed query returns the same results as the original query but can be processed more efficiently.
- Indexes The ISAM ODBC driver takes advantage of indexes set on the tables in a query to increase performance. If necessary, the ISAM ODBC driver rearranges the order in which tables are processed to enable an index to be used.
Administration and security
- Easy configuration The Easysoft Administrator lets you populate the schema necessary to describe the structure of your ISAM data.
- User-level security Control access to your ISAM data by creating user accounts that define who can access each table and whether the data is read-only. You can also limit what columns or rows a user can access by creating views.
ISAM features
- Integration with ISAM applications You can continue to use your existing applications to read and update ISAM data. The ISAM ODBC driver can mirror the locking mode for any version of C-ISAM, allowing ODBC-enabled applications and legacy applications to access ISAM files concurrently.
- D-ISAM transaction support The ISAM ODBC driver is compatible with the D-ISAM transaction mechanism.
ODBC conformance
- ODBC 3.5 support The ISAM ODBC driver conforms to the ODBC 3.5 specification.
Platforms
The ISAM ODBC driver is currently available on these platforms:
Version | Platform | Distribution |
---|---|---|
v1.3 (D-ISAM pre 4.1-7.26) | AIX (PPC) (32 - Bit) | (4.3-7.2) |
v1.3 (D-ISAM pre 4.1-7.26) | HP-UX (PA-Risc) (32 - Bit) | (11) |
v1.3 (D-ISAM pre 4.1-7.26) | Linux (x86) (32 - Bit) | (kernel 2.2-2.6, glibc 2.1+) |
v1.3 (D-ISAM pre 4.1-7.26) | SCO Open Server (x86) (32 - Bit) | (5) |
v1.3 (D-ISAM pre 4.1-7.26) | SCO Unixware (x86) (32 - Bit) | (7.0) |
v1.3 (D-ISAM pre 4.1-7.26) | Solaris (Sparc) (32 - Bit) | (2.6-2.11) |
v1.3 (D-ISAM pre 4.1-7.26) | Windows (x86) (32 - Bit, 64 - Bit) | (7, 8, 2012 R2, 10, 2016, 2019,11,2022) |