Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

2 tier replacement for isam

$
0
0
We have a product that is multiuser with isam database. Need to increase our number of users and the isam db does not support well. We have the full source code for the product but we don't want to rewrite to change the db. Is there a 2 tier db that can function like the isam.

The Isam db does not work with queries. It works with you open a file (table), you position to a record, read that record, write that record, move next, move previous, move first, move last, etc.

Is there a 2tier db engine that works with similar commands?

Viewing all articles
Browse latest Browse all 13329

Trending Articles