On Mar 7, 2004, at 8:51 PM, Roger Hawkins wrote:
turning off of auto-incremement then I do my insert of old table rows into new table and then turning back on auto-increment with a seed value (starting point) would be the way to go.
If you specify a value for the primary key when you do the insert, then that is the value that will be used (assuming it is unique). Won't that work?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

