Hi everyone,
Big-time noobie here. This is my current situation:
1) I am rewriting a database frontend (language used is
VB.NET) to work with MySQL. The MySQL server computer is the one I'm currently using as a development area. Everything worked fine and dandy with local connections (ie host=localhost and that good stuffs).
2) Now I am trying to get the database to work over the network. Basically, I compiled the
VB.NET front end (written for MySQL) and then put the EXE into each computer on the network.
3) Problem: After installing those EXEs on the client computers, I cannot get connected into the MySQL database (which resides on server computer).
Other things I've checked: I've used DSN to check to see if the client computers can actually access the MySQL database. This went fine, no problem. I then used DBTools 2.0 (a MySQL management program) and install it on one client computer to test to see if I can access and change the MySQL database on the server computer. This went well also.
So what could be the problem? I suppose it's something with my front end, but locally everything works fine, same DSN-less connection strings. Just that over the network the front end would not connect and extract data.
Any help is greatly appreciated. Thanks to everyone in advance!