vchris Posted August 17, 2007 Report Share Posted August 17, 2007 I'm doing a small update to a project and I remember earlier the uid was incremented automatically after each insert. Somehow now it isn't anymore. I checked the SQL DB and the field doesn't say anything about auto-increment and I don't see any option in the GUI to add it. Is there a way I can add this option in the code of the table or something?edit: I fixed the problem. Found the Identity option which is the same as auto-increment. Link to comment Share on other sites More sharing options...
vijay Posted August 18, 2007 Report Share Posted August 18, 2007 Hi.. If r u using database as MS SQL then u can change it via table deasign.. in it there will be option for autoincrement..Regards,Vijay Link to comment Share on other sites More sharing options...
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