Re: Windows CE - Mailing list pgsql-odbc

From Dave Page
Subject Re: Windows CE
Date
Msg-id AA30E7BCCA5C1D4E88A231900F8325C00C25@dogbert.vale-housing.co.uk
Whole thread Raw
In response to Windows CE  ("Paul Jarosz" <paul_jarosz@moduletech.com>)
List pgsql-odbc

> -----Original Message-----
> From: Paul Jarosz [mailto:paul_jarosz@moduletech.com]
> Sent: 30 October 2001 03:28
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] Windows CE
>
>
>
> Is there a version of the ODBC driver for PocketPC/WindowsCE?
>  Has it be attempted or even possible?  I love Postgres and
> it would be really great to access my data from a handheld.
>
> Paul
>

No, this is not possible. I've researched this a bit and written CE code for
Informix & PostgreSQL applications and basically the trick is to use M$
Activesync to synchronise between Pocket Access .cdb files and the ODBC
datasource on your PC.

In both of my apps, I actually found it was much easier to build the
databases in an Access .mdb file on the PC (using whatever queries are
required to get the data from the real server, and code to munge it into a
suitable format). I then transfer the .mdbs to and from the device.

I have apps working this way to allow building surveyors download their
workload, visit buildings and then upload the results (from/to an Informix
system), and for Scheme Managers (kind of social workers) to download case
files and log visits to people on a PostgreSQL system.

Regards, Dave.

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: Re: Problems to download ODBC Driver
Next
From: Vince Vielhaber
Date:
Subject: Re: Problems to download ODBC Driver