This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I am having the following problem.
I have a MySQL database, with a table that has a column with the "utf8" character set.
I can pull the data in that column just fine using LightSpeed 3.0 beta. However, if I try to write to the column, it writes it in the database as a bunch of question marks (e.g. "??? ?? ???? ???").
Is there some setting I need to turn on to get writes working with UTF-8? Also, I just want the one column in one particular table to be UTF-8, as opposed to the entire database, if that is possible. Thank you |
|
|
Nevermind I figured it out. Had to set "charset=utf8" in the MySql connection string |
|
|
Thanks for posting the update - glad it all worked out :-) John-Daniel Trask |
|