Paul said:
How do you print out the database structure (Field names, type, size,
...)?
You use tools->analyze->documenter.
DO REMEMBER to click on the "options" button and check for the "fields" the
middle option
"Names, Data Types, and Sizes"
If you choose the 3d options, then YOU DO NOT GET a columnar listing, but
zillions of pages, and will kill a tree in your printout.
How do you see deleted records?
Coming from FoxPro/dbase land? Most modern database systems dumped that
feature about 15 years ago (because they now work different).
So, you can't see deleted records, nor retrieve them.
The fact of the matter is that you also don't have recordumber anymore
either in a Jet database. And, you also CAN NOT assume order of data entered
remains the same (you could with punched cards, and with systems like the
old dbase/FoxPro systems). Today, data entered in a particular order into a
database does NOT remain in that order (the order of records returned can
actually change from one instance to the next, so, as a result of this, if
you need data in a particular order, you must use sql to "tell" the data
engine what order you want).
How to you compact or pack the database to remove deleted records?
You need to do a compact and repair.