mcdhappy80
Registered User.
- Local time
- Today, 13:09
- Joined
- Jun 22, 2009
- Messages
- 347
I need to create a database which will be operated on two different workstations and on two different networks.
One networks has a server where main database will be stored and that network will have its front end database from wich the user will manipulate data stored in back end on server.
On the second network there will also be a front end and the back end database and all the data manipulation will be done there
On the end of each workday the back end from the second network will be copied through internet on the first network (on the server) and I need to update the server back end database with all the record changes done on the second network.
At the beginning of the next workday the user at the second network will download the synchronised copy of the back end from the server, again through internet, and will continue his work for that day.
And the process starts over. Here is the scenarion interpreted graphically:
What I need to know before starting this whole thing is:
1) Is this the best scenarion to do this?
2) I've read something about access replication features, can it be applied in this situation?
3) Is moving the database back and forth a good idea, or it would be maybe better to create web application for the second network, while the database will remain on the server of the first network? Will I have to watch then about record locking because the two users will modify the data in the same time on the servers back end database?
4) What would be more simpler, synchronising two datatabases (with or without access replication features) or dealing with record locking, I have to state that speed in data manipulation and communication with the back end on the first network server is important here because the user on the second network will deal with his clients in real time and we need to cut the time he needs to enter the data and release the pressure he's on, so he needs to retrieve the data on his workstation ASAP. The user on the first network doesn't work with clients in real time so he is not under pressure when working.
5) Someone has mentioned on the forum Windows Terminal Service as a method of connecting the second LAN through internet with the first LAN where server is (and all application will be stored there). Will this method be fast enough for the user on the second LAN? Also I know nothing about this so I need to know what softeare I would need installed on both LANs.
6) So, the main issue here is data transfer through internet, is there are some other means to acomplish this I'm open for all suggestions.
Thanks for the answers.
One networks has a server where main database will be stored and that network will have its front end database from wich the user will manipulate data stored in back end on server.
On the second network there will also be a front end and the back end database and all the data manipulation will be done there
On the end of each workday the back end from the second network will be copied through internet on the first network (on the server) and I need to update the server back end database with all the record changes done on the second network.
At the beginning of the next workday the user at the second network will download the synchronised copy of the back end from the server, again through internet, and will continue his work for that day.
And the process starts over. Here is the scenarion interpreted graphically:

What I need to know before starting this whole thing is:
1) Is this the best scenarion to do this?
2) I've read something about access replication features, can it be applied in this situation?
3) Is moving the database back and forth a good idea, or it would be maybe better to create web application for the second network, while the database will remain on the server of the first network? Will I have to watch then about record locking because the two users will modify the data in the same time on the servers back end database?
4) What would be more simpler, synchronising two datatabases (with or without access replication features) or dealing with record locking, I have to state that speed in data manipulation and communication with the back end on the first network server is important here because the user on the second network will deal with his clients in real time and we need to cut the time he needs to enter the data and release the pressure he's on, so he needs to retrieve the data on his workstation ASAP. The user on the first network doesn't work with clients in real time so he is not under pressure when working.
5) Someone has mentioned on the forum Windows Terminal Service as a method of connecting the second LAN through internet with the first LAN where server is (and all application will be stored there). Will this method be fast enough for the user on the second LAN? Also I know nothing about this so I need to know what softeare I would need installed on both LANs.
6) So, the main issue here is data transfer through internet, is there are some other means to acomplish this I'm open for all suggestions.

Thanks for the answers.