I have 2 computers with a vb program and a client db on each. The client db on each of the computers have linked tables to a main db on a windows 98 computer.
The vb program connects to the client db and performs numerous updates, inserts, selects using adodb connection. The connection to the client db is open ALL the time.
May this cause any memory problems with the computer acting as the server with the main db on?
The vb program connects to the client db and performs numerous updates, inserts, selects using adodb connection. The connection to the client db is open ALL the time.
May this cause any memory problems with the computer acting as the server with the main db on?