I have a beginner hosting plan at 1&1, and would like to create a MySQL database that I can use to manage contact lists. I would like to create a desktop program to do this, but as I cannot connect to this database directly via ODBC, I was wondering if there is any PHP software I can install on my server space that will allow me to connect to this MySQL database directly from a desktop (probably VB.NET 2008 Win Forms) application.
Thanks for your help!
I’m not 100 percent sure about what 1&1 allows on its servers, but I do know that they do not allow remote connections. The only way I can think of to have a desktop application that manipulates a database on a hosting company like 1&1 would be to write a web service (if they allow it) that has the necessary code to manipulate the database. But this would be very code intensive. So not only would you need to write the desktop application, but also write a fairly complicated web service to act as an interface to MySQL on their servers.
No doubt, a daunting task
Technorati Tags: Ado Net, Amp, Contact Lists, database hosting, Daunting Task, Desktop Application, Desktop Program, Hosting Company, Hosting Plan, Interface, mysql database, Mysql Odbc, Necessary Code, No Doubt, Php Software, Server Space, servers, Thanks For Your Help, Vb Net, Web Service