Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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

  • 4 weeks later...
Posted (edited)

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

This topic is 5929 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.