0

Good afternoon! I'm building a Visual Basic 2013 application which inserts data to a MySQL database hosted on the Internet. Whenever I try to insert a new record with field values in Greek, they don't show up correctly in either phpMyAdmin or my application. I'm using utf8_unicode_ci collation for all my tables, and I use the same collation for all the table fields that require text entry.

Any help will be appreciated.

3
  • 1
    Can you post the code you are using please Commented Jan 27, 2014 at 12:24
  • Which code exactly? The whole application is about 1000 lines of code long. Commented Jan 27, 2014 at 13:29
  • Take a look here Commented Jan 27, 2014 at 15:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.