In message <[EMAIL PROTECTED]>, Gordon Stewart <[EMAIL PROTECTED]> writes >On 5/2/05, Pete <[EMAIL PROTECTED]> wrote: >> In message <[EMAIL PROTECTED]>, Gordon Stewart > >> Can't you use a .sql script? It should take seconds... > >Ive found the error :- But dont know how to fix it :-
Sounds as though you had 'forced' a value of 127 into your autoinc field OR (more likely) Your autoinc field is too small. (tinyint?) instead of integer and has reached it's limit. -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
