how to connect C# program to the bluehost remote mysql database server?

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?


Related Posts:

Enjoy this post? Save it, or Share it with the world!
  • email
  • FriendFeed
  • Digg
  • del.icio.us
  • Reddit
  • Propeller
  • Diigo
  • Sphinn
  • Slashdot
  • NewsVine
  • Yahoo! Buzz
  • StumbleUpon
  • Technorati
  • Ping.fm
  • Twitter
  • Facebook
  • MySpace
  • Google Bookmarks
  • Yahoo! Bookmarks
  • Live
You can leave a response, or trackback from your own site.

One Response to “how to connect C# program to the bluehost remote mysql database server?”

  1. Jeremy says:

    You cannot connect to mysql remotely for security reasons. You can create a web service in php to communicate with the database.

Leave a Reply