How do I connect my local client application with the database on the server?
I am using Delphi and MySQL.
How do I connect my local client application with the database on the server?
I am using Delphi and MySQL.
you gonna have to download some component there and probably the mysql client library
Good luck.
Adding to the RageZ's answer, based on your comments to it:
If you don't have an IP address, machine name, or UNC path name, you don't know where the server IS, so you won't be able to connect to it. You'll need an address of some kind. If you can log into the server, you should be able to get its address.
Is it on a web host or something? Are you having to get through firewalls?