|
Hi Vern,******************************************************************************************************************************************
I saw also that there are ISAM APIs that provide ways to get to data in an ISAM setup. Do we mean like CHAIN, READ, READE, etc.?
yes
The same article makes this assertion - "Relational databases <https://en.wikipedia.org/wiki/Relational_database_management_system> can easily be built on an ISAM framework with the addition of logic to maintain the validity of the
links between the tables. "
they could, but ISAM is only one way to implement, what MySQL calls a "stotage engine"
******************************************************************************************************************************************I do believe that we do have an ISAM framework and an RDBMS over it. Any distinctions of those 2 concepts, these 2 different levels of abstraction, are not very important, to my way of thinking.
that's true for the world of DDS described tables. These are ISAM tables and the old query engine (CQE) is a layer above, representing a RDBMS.
For SQL tables the relation is the opposite way. The ISAM APIs are using a RDBMS (and only a subset is implemented)
******************************************************************************************************************************************
The way to the future is to forget ISAM and use higher levels of abstraction to access databases. SQL is only the next step, then there are data access procedures/functions, next level are ORM (object relational mapping) frameworks.
Dieter
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.