This is copied from http://www.openoffice.org/issues/show_bug.cgi?id=6600
Hi, I encountered that MySQL only ask for english locale and doesn't work if this locale is not available. As I remember they only ask for LC_ENGLISH or something like that. Sorry that I could say more about, I don't know if there exists already a bug by MySQL about this. From our side we cann't fix the bug. All parameters we submit to the driver are set via API calls. Our insert statement looks like this "insert into Table1 (?,?,?)" so that we supply the orignal value to the ODBC driver of MySQL. The conversion back into an ACSII string is done by the driver itself. So the best way to fix this bug, 1. submit a bug to MySQL, 2. install an englsih locale :-( Hope this helps. Best regards, Ocke Hi, Hope you can recognize this as a bug in the driver. -- Luc Castermans mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- 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