Jump to content
Server Maintenance This Week. ×

Best practice for offline use?


This topic is 5733 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

What would be the best practice to make offline use of a database?

In my company, we have an online FM DB that we work with. We also have some UMPC that we use on the field.

I would like to allow the user to work on there DB records while they are outside and then resync the records on the main DB.

Any advice would be great.

Nick

Link to comment
Share on other sites

  • 4 weeks later...

Ok I found a work around for the primary key. Here's my solution.

I create a serial number in the table and an text field which is a calculated value.

The calculation goes as follow.

pkRecordID = serialNumber & Substitute(Get (HostNICAddress); ":"; "")

Quite simple. So each time the value is unique for each computer, even the one that are on the field and needs to upload the unsync records on the server.

So each key is unique.

Edited by Guest
Link to comment
Share on other sites

This topic is 5733 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.