Re: zerofill fields

2003-02-05 Thread Benjamin Pflugmann
Hi. On Tue 2003-02-04 at 17:04:39 -, [EMAIL PROTECTED] wrote: > > I noticed that when you return a zerofill field from a select statement into > a server-side language, say PHP or Perl, it will store the number with the > zeros included, great no problem. > > However, if I insert into that t

zerofill fields

2003-02-04 Thread Kevin Smith
Hi All, I noticed that when you return a zerofill field from a select statement into a server-side language, say PHP or Perl, it will store the number with the zeros included, great no problem. However, if I insert into that table which has a primary key which is set as a zerofill field, when I u