Hi,
I'm trying to write a windows mobile application that can send query to a desktop server and print out the query result on the windows mobile screen. But I am having trouble connecting to the mysql database from the phone, here is my code:
//I'm using mysql connector as follow
using...