I've been using DAO to connect to Access databases. One thing I quickly learned is that the amount of communication involved with DAO limits its use to local networks. I started using the Winsock to send queries to and recordsets from the server in plain text.
Now I'd like to convert a program that has been running locally to enable it to run over a VPN. Rather than use my Winsock transfer method, I was hoping I could move to ADO. If I use ADO with a server-side cursor, will that limit the network usage so that my program will remain responsive even when connected via a VPN on a 56K modem?
Now I'd like to convert a program that has been running locally to enable it to run over a VPN. Rather than use my Winsock transfer method, I was hoping I could move to ADO. If I use ADO with a server-side cursor, will that limit the network usage so that my program will remain responsive even when connected via a VPN on a 56K modem?