demodemo Posted September 12, 2008 Share Posted September 12, 2008 After installation, when orders are processed, the auto-generated Customer ID starts at 1. How do I change that starting point to, say, 1001? Vito 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted September 12, 2008 Share Posted September 12, 2008 edit the auto-next field in the tblcients 0 Quote Link to comment Share on other sites More sharing options...
demodemo Posted September 12, 2008 Author Share Posted September 12, 2008 Yikes, sorry, not sure what you mean. Am I editing a table in the db or something in a file? Vito 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted September 14, 2008 Share Posted September 14, 2008 Am I editing a table in the db or something in a file? The definisition of the field in your database application - see http://www.mysql.com Or just do a quick api call to add a client 1000 times then delete them 0 Quote Link to comment Share on other sites More sharing options...
demodemo Posted September 18, 2008 Author Share Posted September 18, 2008 The definisition of the field in your database application When I go into phpmyadmin, I see the Customer ID table, but it appears to be uneditable. Perhaps I'm looking in the wrong place... Vito 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted September 18, 2008 Share Posted September 18, 2008 http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html 0 Quote Link to comment Share on other sites More sharing options...
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.