Re: command

Поиск
Список
Период
Сортировка
От joek hondius
Тема Re: command
Дата
Msg-id 001401c2857f$0bdc1a30$28884fc1@voyager
обсуждение исходный текст
Ответ на Re: command  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-cygwin
Hi!

There is no BDE driver to my knowledge,
but there are DBX (DBExpress) drivers for Borland Delphi/Kylix and cbuilder.
Also there is a postgresql driver for availiable from Vita Voom Software
www.vitavoom.com
On PostgreSQL < 7.2.1  teh GPL www.ZeosLib.org works,
later versions work with either a custom .BKI script or patched Zeos driver.

Be warned:
We tested performance of the respective drivers,
and ODBC is VERY VERY VERY bandwidth comsuming.
In our C/S app ODBC is impossible to use on a 10 mbps ethernet.
Furthermore you need to install the ODBC driver on each client,
whereas DBX is kinda build-in the executable.

An impression of network traffic in our app per session:
ODBC:                aprox 3 MB
Oracle8 /w OCI/ADO:    620 kB
ms SQL server7:        450 kB
DBX                400 kB
Zeos                380 kB

Note that ODBC also needs a really significant amount of
CPU-time after the data have (finally) arrived.
In our app some 2,5 seconds extra on pIII 600,
on top of 3,5 secs for data.

My guess is that PostgreSQL or its ODBC driver is not to blame for this,
but Micro$oft's specs...

Greetings, JH



-----Oorspronkelijk bericht-----
Van: pgsql-cygwin-owner@postgresql.org
[mailto:pgsql-cygwin-owner@postgresql.org]Namens Dave Page
Verzonden: dinsdag 5 november 2002 16:51
Aan: Florian Litot; pgsql-cygwin@postgresql.org
Onderwerp: Re: [CYGWIN] command




> -----Original Message-----
> From: Florian Litot [mailto:flitot@besancon.sema.slb.com]
> Sent: 05 November 2002 15:39
> To: pgsql-cygwin@postgresql.org
> Subject: Re: [CYGWIN] command
>
>
> Hi
> i would like to know if postgresql have driver for the ado or
> bde? thanks

You can use the ODBC driver with ADO. http://odbc.postgresql.org/

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: Postmaster will not start
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: command