RE: Database accepts only 127 records

2001-05-25 Thread Jon Haworth
cepts only 127 records Hi, got a problem as mysql does not allow writing but 127 entries to a database, any idea how to correct this abnormality? Jari Mäkelä - Before posting, please check: http://www.mysql.com/manual.php

Re: Database accepts only 127 records

2001-05-25 Thread Jason Brooke
> Hi, > got a problem as mysql does not allow writing but 127 entries to a > database, any idea how to correct this abnormality? > Jari Mäkelä You probably created an auto-increment field of type tinyint - check the data specification for tiny int in the online manual to see whay it's happening

Database accepts only 127 records

2001-05-25 Thread Jari Mäkelä
Hi, got a problem as mysql does not allow writing but 127 entries to a database, any idea how to correct this abnormality? Jari Mäkelä - Before posting, please check: http://www.mysql.com/manual.php (the manual) http: