zebdaag
05-19-2004, 02:01 PM
I got this SQL txt:
SQL = "CREATE TABLE tabel_01( ID varchar, Webnaam varchar, Bezoeken integer)"
What I want now is that the column ID isn't varchar but it's a Auto numbering column. How can I do this...??
SQL = "CREATE TABLE tabel_01( ID varchar, Webnaam varchar, Bezoeken integer)"
What I want now is that the column ID isn't varchar but it's a Auto numbering column. How can I do this...??