Re: MySQL Tables

2001-02-21 Thread Arturo Busleiman
On Wed, 21 Feb 2001, Rolf Hopkins wrote: > Have you tried checktable? Are there many numbers giving weird results or > just one? Are you running an old version of Mysql? Any of the columns auto > inc by any chance. in the database there's only one auto_increment field in another table. I haven

Re: MySQL Tables

2001-02-20 Thread Arturo Busleiman
On Wed, 21 Feb 2001, Rolf Hopkins wrote: > I think you'll get better results if you don't quote your numbers. Quotes > should be used for text and dates (depending) but not numbers. tried, but same results. *> MP3's EN VIVO de INFUSION: http://members.xoom.com/sysfork/ *> MP OnLine? EL BBS? Fe

MySQL Tables

2001-02-20 Thread Arturo Busleiman
These are the commands I'm currently using to build the MySQL tables used/needed by a program I'm doing: What is wrong here that an INSERT ('2','2','1','test',NULL) generates: | 33554432 | 33554432 | 1 | test| 20171221080222 | the 33554432 shouldn't be 2's? anything other than INT wor