Are Veryant's isCOBOL JISAM data format the same as Faircom's c-treeRTG?

Question ID : 180
Created on 2011-07-11 at 1:17 PM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=180



isCOBOL's two natively supported indexed file systems are

JISAM and c-treeRTG are different, but both are offered by isCOBOL to give our customers easy-to-use options for storing their indexed data.

c-treeRTG supports a larger record size, supports transactions and variable length records, and access from multiple sources through file connectors (for example Vision, Micro Focus and RM/COBOL data formats) and ODBC or JDBC (for example ADO.NET, PHP, Python), and can be expanded to include replication and SQL Access.

JISAM is written entirely in Java, so it runs anywhere, from mainframes to mobile phones. It's simple to use, and supports an unlimited number of records and keys, a 2GB maximum record size, and data encryption. ODBC and JDBC access is available through isCOBOL UDBC.

You can read a full comparison of these two file systems here.



Back to Original Question