Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linked tables

Status
Not open for further replies.

99mel

Programmer
Oct 18, 1999
379
GB
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?
 
If there are any problems (memory leaks, for instance), they will only occur on the client. If the server is just fileserver, there is not extra impact by the fact that a file is a database file.

Best regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top