vchris 3 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. Quote Link to post Share on other sites
vijay 0 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 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.