Hi Subhendru, > At my local server the code is adding records to MySQL, > at remote server it was working and suddenly stopped > adding new records after the autoincrement id field > reached 126.
It's a TINYINT field, right? Change it to an UNSIGNED INTEGER and all should be well - they can hold numbers up to 4,294,967,295 :-) For a run-down of the various column types, have a look here: http://www.mysql.com/doc/en/Column_types.html Cheers Jon ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
