I forgot a biggie.  You know how it used to be when you were in R:BASE
designer and you wanted to make a quick temporary table based on a real one?
You'd right-click on the table name and choose "Unload Structure".  Then,
you'd have to edit the resulting file TABLE.STR and remove all the
extraneous stuff including a CREATE SCHEMA that could potentially create a
database in the wrong directory...  No more, there are two additional
choices for a total of four:

Unload:
 Structure (still there)
 Definition (all new - just the bread and butter of the table definition)
 Definition with constraints indexes and comments... (also new)
 Structure and data (still there)

I remembered to use it this afternoon.  Piece of cake!

Claudine :)

Reply via email to