srjohny 0 Posted December 23, 2008 Report Share Posted December 23, 2008 eu se utilizar isto cria cmd.CommandText = "CREATE TABLE CL (id int NOT NULL PRIMARY KEY, col2 ntext)"; se utilizar o AUTO_INCREMENT , não dá cmd.CommandText = "CREATE TABLE CL (id int NOT NULL AUTO_INCREMENT PRIMARY KEY, col2 ntext)"; Link to post Share on other sites
deviant 0 Posted January 9, 2009 Report Share Posted January 9, 2009 experimenta: CREATE TABLE CL ( ID INT NOT NULL AUTO_INCREMENT, col2 nText(40) NOT NULL, PRIMARY KEY (ID) ); oh! my god it's techno music ! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now