If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Suggested tools for asyncronous distributed database application

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-13-06, 04:49
JasonBeveridge JasonBeveridge is offline
Registered User
 
Join Date: Dec 2006
Posts: 1
Suggested tools for asyncronous distributed database application

Hi,
I need to build an application that links a number of MS Access databases (7) (located at various sites) to a central database - maybe MSSQL server.
All remote site databases have similar databases.
Certain tables at the remote locations will be replicas of tables at the central server.
The remote databases will send transactions back to be stored in the central server. (ie. All transactions at the remote location(s) will be stored in a local table. All transactions at all remote sites will be merged into a central table in the central database.
The remote sites and central server will all reside on the internet and be linked via VPN. The remote sites need to transact (with the local Access database) even if comms are down. Syncronisation can happen on resumption of comms.
What is the best and easiest way to do this. I am thinking MS SQL for central database but it could be something else?
The remote applications are written using VB (not .net).

Any help appreciated.

Cheers
Jason
Reply With Quote
  #2 (permalink)  
Old 12-14-06, 16:50
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
I would suggest that since you're using SQL Server for the central database, use msde instead of Access for the satellite databases. That way, you could use SQL Server's replication features, as MSDE can act as a replication subscriber.
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert


Last edited by loquin; 12-18-06 at 17:49.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On