i have a program that is created in C# visual studio and i don’t know how to connect it to the remote database server in www.bluehost.com
can anyone help me?
January 29th, 2010
admin i have a program that is created in C# visual studio and i don’t know how to connect it to the remote database server in www.bluehost.com
can anyone help me?
You cannot connect to mysql remotely for security reasons. You can create a web service in php to communicate with the database.