No, what I mean is that the MySQL database is running on a remote host (i.e. a web server). What I want to do is have my VB client store all the transactions for the day, then update the MySQL database on the web-server. I can't persuade the client application to connect to the database though - more specifically, I can't persuade the database to accept a connection that originates outside the host machine. The only solution I have thought of consists of making my application write a custom php4 script, upload it to the webserver, and execute it. Which is pants.
Anyone else?
RM.