Guest_imported
New member
- Jan 1, 1970
- 0
We have authored a VB application whose backend id SQL Server. In some cases we would like users to continue to work even if the LAN is down. In other cases the operator might what to take work home or off site. In ether case we need the operator to work off-line.
We have a few thoughts as to how we can do this, and I would like to hear how others have architect distributed solutions. Some technologies under discussion are:
- An SQL Server DTS export to Access when the user logs on.
- Using MSMQ to process transactions.
- Forcing a user to check-out (bring local) a record for working off-line.
- Replication
We have a few thoughts as to how we can do this, and I would like to hear how others have architect distributed solutions. Some technologies under discussion are:
- An SQL Server DTS export to Access when the user logs on.
- Using MSMQ to process transactions.
- Forcing a user to check-out (bring local) a record for working off-line.
- Replication