Re: OpenOffice, Go-OO, ODBC, Offline Data Entry

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: OpenOffice, Go-OO, ODBC, Offline Data Entry
Date: 2010-08-18 06:29:02
Message-ID: 4C6B7DAE.3030803@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/17/10 10:45 PM, Lord_Devi wrote:
> Hello,
>
> Here is the catch. The SQL database itself exists at a 'home office',
> and these workers are wanting to be able to enter this data remotely; in
> an 'offline mode' as it were. Because they are required to fill out
> these forms away from the office,

in your application, when you are offline, build a batch job of the
changes they make. when the system is back online, playback this
batch, and collect any exceptions, such as collisions with other edits,
for further attention.

if the database is not too big, the clients could carry a clone from the
last time they synced.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2010-08-18 08:05:47 Re: Win32 Backend Cash - pre-existing shared memory block is still in use
Previous Message Sachin Srivastava 2010-08-18 05:48:28 Re: Windows 2003 server installation issue