srjohny Posted December 23, 2008 at 04:36 PM Report #233956 Posted December 23, 2008 at 04:36 PM 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)";
deviant Posted January 9, 2009 at 09:31 PM Report #237180 Posted January 9, 2009 at 09:31 PM experimenta: CREATE TABLE CL ( ID INT NOT NULL AUTO_INCREMENT, col2 nText(40) NOT NULL, PRIMARY KEY (ID) );
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