|
<< Click to Display Table of Contents >> AutoInc INSERT test |
![]() ![]()
|
The following SQL test script illustrates
•the re-initialization of the target AutoInc field when bulk inserting values into a Paradox table,
•the total mess when bulk inserting values into a target AutoInc field of a dBASE 7 table.
Do select the appropriate target settings to test the Paradox and dBASE 7 AutoInc behaviours.
CREATE TABLE TestIdxInteger ( INSERT INTO TestIdxInteger VALUES (3, 'GHI'); |
The resulting dBASE 7 table with successive manually typed TextField input, if the AutoInc field is not PRIMARY KEY indexed:
