Hello!
I try to convert a whole db from ASCII to UNICODE. Therefore I spool out the data with TABLEEXTRACT TABLE Table1 DATA OUTSTREAM FILE '/tmp/datatable1' RECORDS from the ASCII-DB and load it with TABLELOAD TABLE Table1 DATA INSTREAM FILE '/tmp/datatable1' RECORDS into the UNICODE-DB (for each table).
As I can see, it seems to work. Although I'm not sure if the maxdb loader realy converts the binary data stored in the export file.
And is there an easier/recommended way to do it?
Thanks for any hints.
Martin
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
