Comments
Sort by recent activity
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>
...