Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CREATE TABLE - SQL

Status
Not open for further replies.

Gigatech

Programmer
Jul 12, 2000
80
CR
Hi, I´m trying to create a table on runtime. I use Access 2000 with ADO.

I use the sql command: create table mytable ( id INTEGER, name VARCHAR(50)) , and it works fine,

but how can I define an autoincremental field ?

thanks
 
I solved the problem. I use COUNTER type.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top