aviles1973
Programmer
I have a small network in my home with two computers and I have a small Database program written in VB.Net using ADO.Net connected to an Access(.mdb) database. The program has all the usual functions such as: Delete, New, Update, Refresh, Etc.
I have tried to share the database in My Network Places in its own folder then run the program on both machines connected to the same database. It seems that the connection to the database still resides on the main computers hard drive example....(c:\customers\database\customers.mdb) instead of as a shared database example..... (//mynetwork/sharedfolder/database/customer.mdb)
Should I share the program (can it work like that?)
What is the correct way to put the database on the Network to be shared by the program installed on each computer.
I have tried to share the database in My Network Places in its own folder then run the program on both machines connected to the same database. It seems that the connection to the database still resides on the main computers hard drive example....(c:\customers\database\customers.mdb) instead of as a shared database example..... (//mynetwork/sharedfolder/database/customer.mdb)
Should I share the program (can it work like that?)
What is the correct way to put the database on the Network to be shared by the program installed on each computer.