Problem with the UPDATE

2001-01-30 Thread Mayville, Jeffrey
"Guridi, Tomas" wrote: > > Hi , i´m having a strange problem with the update in mysql > i have a table named "notices" with the following fields: > > id :prymary, int, auto_increment. > title :varchar (255). > priority:int. > >

Re: Problem with the UPDATE

2001-01-29 Thread Vivek Khera
> "GLC" == Gerald L Clark <[EMAIL PROTECTED]> writes: GLC> You do not say what version you are running. GLC> Older versions did not allow updating the primary key field in that GLC> manner. he's not updating the primary key field.

RE: Problem with the UPDATE

2001-01-29 Thread Guridi, Tomas
-Mensaje original- De: Gerald L. Clark [mailto:[EMAIL PROTECTED]] Enviado el: lunes 29 de enero de 2001 12:53 Para: Guridi, Tomas Cc: '[EMAIL PROTECTED]' Asunto: Re: Problem with the UPDATE "Guridi, Tomas" wrote: > > Hi , i´m having a strange problem with th

Re: Problem with the UPDATE

2001-01-29 Thread Gerald L. Clark
"Guridi, Tomas" wrote: > > Hi , i´m having a strange problem with the update in mysql > i have a table named "notices" with the following fields: > > id :prymary, int, auto_increment. > title :varchar (255). > priority:int. > >

Problem with the UPDATE

2001-01-29 Thread Guridi, Tomas
Hi , i´m having a strange problem with the update in mysql i have a table named "notices" with the following fields: id :prymary, int, auto_increment. title :varchar (255). priority:int. inside this table i have 5 registers like this : id title priority 1