Re: Big problem with autoincrementing

2003-06-22 Thread Fandango del Morro
MySql. Also, if you are the author of this book, notice that the link hcp://www.kitebird.com/mysql-perl/ no longer works. What is the new web site compagnon for the book? Thanks Fandango From: Paul DuBois <[EMAIL PROTECTED]> To: "Fandango del Morro" <[EMAIL PROTECTED]>,[EMAI

Big problem with autoincrementing

2003-06-22 Thread Fandango del Morro
Hello, I'm new in this list and I also a newbie with MySql. I have a big problem with autoincrementing with an initial value. For example: use Database Business; create Table Clients(Client_ID int not null primary key auto_increment=10, Full_Name varchar(30)); Each time I assign an initial valu