Re: Zero's not being inputted in mysql database

2002-02-26 Thread Paul DuBois
At 15:00 -0800 2/26/02, Scott Broderick wrote: >Hello group! I am a newbe to this listing. > >What I am attempting to do is pass a number like "0123456" to a field in the >mysql database which is setup as int(11) but for some reason, the zero is >not >written into the database but instead all that

Re: Zero's not being inputted in mysql database

2002-02-26 Thread Christopher Thompson
On Tuesday 26 February 2002 4:00 pm, Scott Broderick wrote: > Hello group! I am a newbe to this listing. > > What I am attempting to do is pass a number like "0123456" to a field in > the mysql database which is setup as int(11) but for some reason, the zero > is not > written into the database bu

Zero's not being inputted in mysql database

2002-02-26 Thread Scott Broderick
Hello group! I am a newbe to this listing. What I am attempting to do is pass a number like "0123456" to a field in the mysql database which is setup as int(11) but for some reason, the zero is not written into the database but instead all that is written into that field is "123456" What am I doi