Re: auto_increment not incrementing

2001-07-12 Thread Mike Mike
Crazy its working this morning. Must of had some kind of hickup, but I swear yesterday it was not working. =) Thanks. --- Rolf Hopkins <[EMAIL PROTECTED]> wrote: > In what way doesn't it work? Works fine for me. > > - Original Message - > From: "Mike Mike" <[EMAIL PROTECTED]> > To: <[EM

RE: auto_increment not incrementing

2001-07-11 Thread Chris Bolt
What error did you get? Did you try using NULL for the id, or leaving the auto_increment column out of the insert (insert into table (PartNumber, ..., StatusQtyWorked) values (...))? > Hello, > When I submit data it will not submit data into the > database unless I put some kind of number in the

Re: auto_increment not incrementing

2001-07-11 Thread Rolf Hopkins
In what way doesn't it work? Works fine for me. - Original Message - From: "Mike Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 5:18 Subject: auto_increment not incrementing > Hello, > When I submit data it will not submit data into the > database unles