Hello,

I try to give loadercli a command file which has been extracted from the DB 
table triggers in UTF-8 format. 
On Linux:  
file  TRIGGER.001
TRIGGER.001: UTF-8 Unicode text

Since the file has 3 Bytes in front (ef bb bf) which indicate it is an UTF-8 
File, 
loadercli -u $ADMU,$ADMPW -d $DB -b $TRIGGER  returns with:
Error during execution
-->-25010
SQL error -3005 = Invalid SQL statement (error position: 1)

If I remove the 3 leading bytes, the command-file is processed without 
problems.

Is there a way to let loadercli know that the command file is of type UTF-8 ?

Or

Is there a way to get DATAEXTRACT TRIGGERNAME,DEFINITION from TRIGGERS to 
ASCII format?

Regards

Hermann-Josef Krings

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to