Quote:
|
Originally Posted by RisBoW
Is it some kind of default setting that each new record comes after last one in the database?
|
It depends on the database engine, but in most cases you can't do that.
Quote:
|
Originally Posted by RisBoW
How can one be sure that record X is created after or before record Y?
|
This one is easy, since if the row doesn't have any data to allow you to determine the order in which it was received, there isn't a reliable way to tell.
Quote:
|
Originally Posted by RisBoW
What is ODBS, is it the way application communicate with database?
|
I don't recognize ODBS as a database related acronym. An OODBMS is an Object Oriented Database Management System which can be either an OOP wrapper for standard database calls or a full-blown OOP database which is a whole different kind of thing.[quote=RisBoW]A "Flat File" database is a VSAM file oriented database, meaning that the records stored are in a single file and all records have uniform size. Most flat file databases support but do not require indicies.
-PatP