| View previous topic :: View next topic |
| Author |
Message |
smillerhh Guest
|
Posted: Fri May 07, 2004 2:36 am Post subject: OO crashes with MySQL table containing special chars |
|
|
I have connected a MySQL database to OO under Fedora 1.0 Linux. Everything works fine as long as there are no special characters like "é" in the table. I have played to no avail with the Character Set in the MySQL tab in the Data Source Administration.
The special character table is displayed without problems in the standard Linux MySQL client. It is also displayed in OO under Mandrake 8.2 Linux.
Thanks for any suggestions |
|
| Back to top |
|
 |
nom OOo Enthusiast

Joined: 17 Dec 2003 Posts: 153 Location: NSW, Australia
|
Posted: Wed May 12, 2004 6:58 am Post subject: |
|
|
I have had similar problems with characters whose ASCII number is greater than 126.
So basically I had to get rid of them before inserting a record into a mySQL table.
I am not sure if it is the driver or mySQL that is the problem. (I was using JDBC)
Nom |
|
| Back to top |
|
 |
|