Re: Pocket PC

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: Antonio Pennino <antonio(dot)pennino(at)e2m(dot)it>
Cc: psql odbc mailing-list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Pocket PC
Date: 2006-05-10 01:42:18
Message-ID: 446144FA.2040408@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2006-05-10 02:51:32 [ psqlodbc-Bugs-1000641 ] odbc can't execute next statement after execute a bad function
Previous Message Chris Hoover 2006-05-09 23:29:24 Terminating Idle Connections