| | TurboDB Studio | >TurboDB VCL < | roPTools | VDP | KALHelp | Downloads | Links | Suche | Kontakt | Impressum | |
|
Howto ... define the AutoInc Expression using the SQL Create Table command>
|
|
|
| ![]() |
|
Example: Feld: MyName Char(20) and Feld: MyTown Char(20) CREATE TABLE MyTable ( MyName CHAR(20), MyTown CHAR(20), RecordId AUTOINC("MyName:10,MyTown:10") ) Tested with TurboDB 4 für VCL.
|