Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

table/recordset problem

Status
Not open for further replies.

steveB2006

Programmer
Feb 13, 2006
11
CA
After building a form in php the MySQL table I was adding to quit accepting data entry on the 16th record. Now it is stuck however I was able to edit records. If I delete and rebuild the table it won't accept any new record entries.

Not sure why this is? I recently shifted from ASP to PHP and an apache server and kind of relearning everything.

Thanks,
steveB
 
can you add entries directly in mysql rather than through your php interface?

have you added and deleted a number of records and perhaps used an auto increment column that has increased in value?

is that column of type tinyint and you have a value of 127 in it? if so that is the largest value a signed tinyint can hold. I'm asking because this is a common problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top