Subject Extracting DML from a database
Author Omar Iskandarone
Let's say I entered some data in some tables usinf some end user interface.
I need to extract these data in a similare way to extracting DDL
expressions, that is I need a text containing, basicaly, all the insert
operations that allow me to repopulate a fresh Database with those data.
Is that possible? (I use IB6).
Regards
Omar