Activity overview
Latest activity by srdjan
I've managed to find a workaround. Instead of unchecking the "Delete data from table before generation" box for every single table, you can replace the following XML element
<Append>False</Append>
With this one
<Append>True</Append>
in the project's sqlgen file. / comments
I've managed to find a workaround. Instead of unchecking the "Delete data from table before generation" box for every single table, you can replace the following XML element
<Append>False</Append>
...
"Delete data from table before generation" setting
I have downloaded a trial version of your SQL Data Generator.
It looks like the "Delete data from table before generation" setting only applies on a table basis. Since I have databases with 500+ ta...