LRT
September 5th, 2008, 11:57 AM
i am developing a c# winform application on windows xp (using visual studio 2008) that will read/write from/to a MySQL database sitting on an ubuntu server. i'm running Mysql 5.0.51a and Mono 1.9.1 both on Ubuntu 8.04 server. i am very new to Mono so i'm not sure how this is all suppose to work.
i can already succesfully compile/build and execute the c# code FROM the ubuntu server. this code can read/write to the MySQL database sitting on the same server.
my question is: can i compile/build and execute the c# code from my windows xp machine (using visual studio 2008)?? should this code be able to connect to the mysql database on the ubuntu server???... because right now i can't get it to do that.
i can already succesfully compile/build and execute the c# code FROM the ubuntu server. this code can read/write to the MySQL database sitting on the same server.
my question is: can i compile/build and execute the c# code from my windows xp machine (using visual studio 2008)?? should this code be able to connect to the mysql database on the ubuntu server???... because right now i can't get it to do that.