Database over the internet
What do you recomend to use to access a remote database on the internet executing a local VB program?
Quote:
If you are not talking about ASP, then you definitely DO NOT want to use a MS Access database over the internet -- each time that something has to be done to it, the whole table has to be transferred to the client for an insert/update/delete/select, and then back to the server.
If you are using an ASP page (or similar) then it won't matter too much for only a couple simultaneous users at most...