I'm trying to migrate a database which involves doing UNLOAD DATA from the load database and running the resulting files into a new database. In some tables, the new database tables have a few fields added at the end of the table. R:Base is refusing to load these tables because, when the unloaded files are created, they do not include the FILL statement to populate "extra" columns on the LOAD. Is there a way to either: - Tell R:Base to include FILL in the UNLOAD DATA command OR - Tell R:Base that, when processing a LOAD command, if neither FILL or NOFILL is specified the default should be FILL instead of NOFILL?
--Larry -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

