Hi Henry,
please let me add a few things to what Franz wrote (I use a similar
approach to access databases that have no public access):
- you don't need any ODBC driver in that case
- please beware that you have a public access to the database then.
First, use a SSL connection, and second, protect the access with a
password
- since you don't need any ODBC driver, you don't have to configure
anything on the client machines
Every time when it comes to connections over the internet, security has
to be the most important issue!
Sometimes it may be better to build a webservice to interact with your
internet application, maybe up- and downloading CSV, XML or JSON files
(but always use password protection and SSL).
Wolfgang
Franz Rachbauer wrote:
Actual and previous ODBC Drivers for MySQL you can find here: https://dev.mysql.com/downloads/connector/odbc/
Server Name ist the IP of the host where the MySQL DB is hostet, but
as Wolfgang already says: Providers do not permit external access to
their DB hosts! So I always use small PHP apps at the providers host,
which get the request by url, read the db and get back the result.
Franz
Am 05.03.2021 um 20:36 schrieb Henry Fidler:
Wolfgang thanks for your answer
1. Driver: Where do I find the driver for MySQL ?
2. Server: How do I find the server name? (is it the URL?)
Thanks
Henry
--
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)