hi there
i am creating a program with get online information from MYSQL DB
this program will be a standalone program...so any user can download and use it
i want to connect with my remote db MYSQL of Zymic and read and write data to MYSQL
is it possible or not
now only for practice, i have a temp Web Hosting Account and
i used these connection strings ....
//db_name ="Driver={mySQL};Server=http://www.jasbir.vndv.com;Option=131072;Stmt=;Database=jasbir_sona;User=jasbir_kamal;P
assword=12345";
//db_name="Driver={MySQL ODBC 3.51 Driver};Server=http://www.jasbir.vndv.com;Database=jasbir_sona;User=jasbir_kamal; Password=12345;Option=3";
db_name="Provider=MSDASQL; DRIVER={MySQL ODBC 3.51Driver}; SERVER= http://www.jasbir.vndv.com; DATABASE=jasbir_sona; UID= jasbir_kamal; PASSWORD=12345; OPTION=3"
but not working
what i have to do......i have xp sp2 and not installed MYSQL on my computer
plz help
js
