G
Guest
Let's assume I get two computers networking perfectly. Computer A has a data
base that is added to and updated by a program on that computer. Can a copy
of the same program in computer B (with file path changed as necessary)
access computer A's data base without having to copy that data base?
To help you answer the question --- The program brackets all reads and
writes to the data base with opens and closes.
Thanks!
Don P.
base that is added to and updated by a program on that computer. Can a copy
of the same program in computer B (with file path changed as necessary)
access computer A's data base without having to copy that data base?
To help you answer the question --- The program brackets all reads and
writes to the data base with opens and closes.
Thanks!
Don P.