Verify the charsets match for sql when you export it out of xampp server & the charsets match what xampp is when importing it into the host server.
character_set_client latin1
character_set_connection latin1
character_set_database latin1
character_set_results latin1
character_set_server latin1
character_set_system utf8
You could also try settings the charset in vb's config file.
|