levonk Posted May 11, 2008 Posted May 11, 2008 Hi, I am using FMP 9 advanced. I have an external table that I need to import into FM tables so I can use them in Value Lists. The data is on a MySQL server, and I need only two fields (ID and Name). The Id is importing without problems. The name is a utf8 column. It shows correctly when accessed from MySQL. If there are characters other that roman it that field, the imported field contains question marks instead of the text. I am using the Import Records from ODBC with SELECT. I found a workaround, which is not that good but it does the job. I export the data to a tab delimited file with utf16 (utf8 is not working), and then I import the data from that file. Is this a problem with the SQL in FMP or is there something I am doing wrong?
levonk Posted May 13, 2008 Author Posted May 13, 2008 I tried the same script on a friend's windows XP machine and it worked fine. So, is the problem with FMP for mac? Or is it possible that MySQL does not function correctly on Mac?
Recommended Posts
This topic is 6377 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now