Board index » delphi » Paradox and autoinc issues
Werner Lehmann
![]() Delphi Developer |
Sat, 24 Feb 2001 03:00:00 GMT
Paradox and autoinc issues
I have learned that experienced programmers who develop a
paradox based solution avoid autoinc fields. Problems are: (1) The autoinc value isn't restored with a table repair causing (2) And the autoinc field prevents from backing up the data. If one AFAIK there are two approaches: (1) DBiDoRestruct the table converting autoinc to longint. Then (2) Backing up the data shouldn't be a problem. In order to Does anyone have sample code for this? Are there any other Werner |