Sorry if this isn't the appropriate forum but I'm a little desperate.
In Team Database, I have test data in a database TestDB and want to generate
and insert that data into ProductionDB. Schemas exactly match.
In TestDB I have a table Country with CountryID, CountryCode, and
CountryName. It contains 2 records (US, CA).
When I set the data bound generator and generate, it tries to insert the
first record from TestDB into ProductionDB more than once so I get an insert
error (duplicate PK value).
Any thoughts on how I just make it grab the existing data and not try to
insert something over again?
Thanks!
Ron