Hi.
I have a need to copy data from one table (original) to another table (new -
made on the fly) for the purpose of version updating where I can carry out a
row by row analysis within a while loop (this gives me the opportunity to
test the original data field by field and modify if necessary to suit the
new tables structure and application version logic) thereby inserting the
correct data into the new table. This has been my practice for many years
but recently I have come up against an ftAutoInc issue, in the past I
refused to use AutoInc Fields but find myself working on a project where
this was not the case.
My problem is that the new tables AutoInc Field value must be the same as
the original, as you know the BDE adds the new AutoInc value on insert
refusing to let me edit it and this value will not always be the same value
as the original tables AutoInc Field for obvious reasons.
How do I Edit this value or pre-prime the BDE with the value I want it to
use before it is inserted ?
--
Regards
Andrew Hill