Re: Pocket PC - Mailing list pgsql-odbc

From Andreas
Subject Re: Pocket PC
Date
Msg-id 446144FA.2040408@gmx.net
Whole thread Raw
In response to Re: Pocket PC  (Antonio Pennino <antonio.pennino@e2m.it>)
List pgsql-odbc
Hi Antoine,

I suppose you missed Alvaro's point.

He suggests that you create a data-access server that acts as a proxy so
your PDA can access the database with it's web built in browser.

You already have a computer with a running PostgreSQL.
Now you'd need to configure a web-server (like Apache + PHP or another
script language) that can read and write on the Postgres server.
Depending on your situation all this can sit on the same machine.

To access the database you would start IE on your PDA, enter the url of
the db manipulation page and Apache will do the actual talking to the
database. That way you wouldn't use any aditional stuff on the PDA.
You could work with phpPgAdmin to start with.

Provided your application doesn't demand very complex forms, a
web-frontend is no big deal to program in PHP. Complex forms don't fit
well on a tiny PDA screen anyway.


Antonio Pennino schrieb:
> ALVARO ARCILA ha scritto:
>>
>>
>> Buy and acces point suitable fro the palm pilots
>> install and configure Apache, PHP (postgreSQL was already installed
>> and running)
>>
>
> My need is work with MICROSOFT PocketPC :-(
> The language desidered is C++ (i known not PHP or ASP).
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
>

pgsql-odbc by date:

Previous
From: "Chris Hoover"
Date:
Subject: Terminating Idle Connections
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000641 ] odbc can't execute next statement after execute a bad function