RE: Help with Tables Please

2002-04-08 Thread Rick Emery
FieldID INT UNSIGNED DEFAULT '0' NOT NULL, -Original Message- From: Soheil Shaghaghi [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 11:10 PM To: [EMAIL PROTECTED] Subject: RE: Help with Tables Please Thanks for the tip Dan, I changed it, but it still gives me the

RE: RE: Help with Tables Please

2002-04-08 Thread Soheil Shaghaghi
Thanks, It worked :) It was my mistake! Thanks again, Soheil Soheil, Monday, April 08, 2002, 7:09:44 AM, you wrote: SS> Thanks for the tip Dan, SS> I changed it, but it still gives me the same error. SS> Any other suggestion? hm ... I have tested your example and it worked fine ... What ver

Re: RE: Help with Tables Please

2002-04-08 Thread Victoria Reznichenko
Soheil, Monday, April 08, 2002, 7:09:44 AM, you wrote: SS> Thanks for the tip Dan, SS> I changed it, but it still gives me the same error. SS> Any other suggestion? hm ... I have tested your example and it worked fine ... What version of MySQL server do you use and how did you changed column ty

RE: Help with Tables Please

2002-04-07 Thread Soheil Shaghaghi
Thanks for the tip Dan, I changed it, but it still gives me the same error. Any other suggestion? -Original Message- From: Dan Nelson [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 7:08 PM To: Soheil Shaghaghi Cc: [EMAIL PROTECTED] Subject: Re: Help with Tables Please In the

Re: Help with Tables Please

2002-04-07 Thread Sammy Lau
HINTS: tinyint - Original Message - From: "Soheil Shaghaghi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 9:59 AM Subject: Help with Tables Please > Hi all, > I have create the following mysql table, and when I try to add more tha

Re: Help with Tables Please

2002-04-07 Thread Dan Nelson
In the last episode (Apr 07), Soheil Shaghaghi said: > Hi all, I have create the following mysql table, and when I try to > add more than 128 rows in the table, I get this error: "Duplicate > entry '127' for key 1" I have no duplicate entries in there, and I > can not figure out what's going on! >

Help with Tables Please

2002-04-07 Thread Soheil Shaghaghi
Hi all, I have create the following mysql table, and when I try to add more than 128 rows in the table, I get this error: "Duplicate entry '127' for key 1" I have no duplicate entries in there, and I can not figure out what's going on! CREATE TABLE CMSHOWNREQUIREDFIELDS1 ( FieldID tinyint(4) DE