Re: Fw: Help, Insert not working.

2003-03-27 Thread C. Reeve
ve" <[EMAIL PROTECTED]> Cc: "MySQL List" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 9:32 AM Subject: Re: Fw: Help, Insert not working. > Try reading your return codes. > You got a duplicate key error that you were ignoring. > C. Reeve wrote: > > >

RE: Fw: Help, Insert not working.

2003-03-27 Thread Don Read
On 27-Mar-2003 C. Reeve wrote: > I got it - stupid me has a unique field that I wasn't using in the test > script I was using - so every I tried to add an entry this field was a > duplicate and as such did not add the record. Is there a way to put > something in so mysql would tell me this - 2 ho

Re: Fw: Help, Insert not working.

2003-03-27 Thread gerald_clark
Try reading your return codes. You got a duplicate key error that you were ignoring. C. Reeve wrote: I got it - stupid me has a unique field that I wasn't using in the test script I was using - so every I tried to add an entry this field was a duplicate and as such did not add the record. Is there

Fw: Help, Insert not working.

2003-03-26 Thread C. Reeve
I got it - stupid me has a unique field that I wasn't using in the test script I was using - so every I tried to add an entry this field was a duplicate and as such did not add the record. Is there a way to put something in so mysql would tell me this - 2 hours pissing around for an oversight. TI