On Tuesday, Oct 15, 2002, at 08:30 America/Phoenix, LAFONTAINE Julien - 
LYO ([EMAIL PROTECTED]) wrote:

> Hi evryone,
> I've developed a java program that extract data from C-ISAM files and 
> put it
> in a MySQL DB.
> It creates temporary files, load them into temporary tables and then 
> update
> the db from those temp tables.
> This application is executed every night. Unfortunatly, once in a while
> there's some data missing (it's in the temp files but not in the DB)
> When I checked the log with mysqlbinlog, I found out that an error 
> occur on
> one of my update query.
> The error code is 1053. Does anyone know what it means?
> This is what perror returns:
> Error code 1053:  Error 1053 occurred.
> Any help would be greatly appreciated
> Cheers

Try

 > perror 1053

and see what it says
--
Clayburn W. Juniel, III
Phone: (602) 326-7707
Email: [EMAIL PROTECTED]
http://EffectiveSoftwareSolutions.com
--


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to