Robert W.B. Linn´s Software, Beispielprojekte und Tipps zu TurboDB, TurboDB VCP, TurboDB Studio, Visual Data Publisher
   
Howto ... define the AutoInc Expression using the SQL Create Table command>
TurboDB VCL Übersicht  Alle Topics 
Komponenten TurboDB und TMS Component Pack  »  TurboDB - HowTo  »  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.


Letzte Änderung 02.01.2012 18:54 Erstellt mittels KALHelp Version 6.8 (02-01-2012) (alle Rechte vorbehalten) (c) Robert W.B. Linn @53° 38' 60''N 9° 48' 0''E