Re: Big problem with autoincrementing

2003-06-23 Thread Victoria Reznichenko
"Fandango del Morro" <[EMAIL PROTECTED]> wrote: > > 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_

Re: Big problem with autoincrementing

2003-06-22 Thread Paul DuBois
't know what "hcp" is. Is that a typo? http://www.kitebird.com/mysql-perl/ is still the companion site, and it still works. Thanks Fandango From: Paul DuBois <[EMAIL PROTECTED]> To: "Fandango del Morro" <[EMAIL PROTECTED]>,[EMAIL PROTECTED] Subject: Re: Big problem

Re: Big problem with autoincrementing

2003-06-22 Thread Fandango del Morro
L PROTECTED] Subject: Re: Big problem with autoincrementing Date: Sun, 22 Jun 2003 11:37:11 -0500 At 7:35 + 6/22/03, Fandango del Morro wrote: 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: u

RE: Big problem with autoincrementing

2003-06-22 Thread Jorge Cornejo
I believe you got the autoincrement = 10 from Oracle? It doesn't work here -Mensaje original- De: Paul DuBois [mailto:[EMAIL PROTECTED] Enviado el: Domingo, 22 de Junio de 2003 11:37 a.m. Para: Fandango del Morro; [EMAIL PROTECTED] Asunto: Re: Big problem with autoincrementing At

Re: Big problem with autoincrementing

2003-06-22 Thread Paul DuBois
At 7:35 + 6/22/03, Fandango del Morro wrote: 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

Re: Big problem with autoincrementing

2003-06-22 Thread O'K Web Design
22, 2003 3:35 AM Subject: Big problem with autoincrementing > > 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 nu

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 in