Re: Pocket PC

Поиск
Список
Период
Сортировка
От Andreas
Тема Re: Pocket PC
Дата
Msg-id 446144FA.2040408@gmx.net
обсуждение исходный текст
Ответ на Re: Pocket PC  (Antonio Pennino <antonio.pennino@e2m.it>)
Список 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 по дате отправления:

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: Terminating Idle Connections
Следующее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000641 ] odbc can't execute next statement after execute a bad function