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

Julien

MySQL : 3.23.49
Driver : Connector/J 2.0.14
Java : JDK 1.3.1
OS : AIX 4.3.3

---------------------------------------------------------------------
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