Обсуждение: RE: Kylix, dbexpress & PostgreSql

Поиск
Список
Период
Сортировка

RE: Kylix, dbexpress & PostgreSql

От
"Trewern, Ben"
Дата:

Try using ZeosDBO at http://www.zeoslib.org/ this has just been ported to Kylix.  Not sure how stable it is but the windows version is great :).

Regards

Ben

> -----Original Message-----
> From: Denis Gasparin [mailto:denis@edinet.it]
> Sent: 28 May 2001 16:39
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] Kylix, dbexpress & PostgreSql
>
>
> Hi to all!
>       I searched all the pgsql mailing list (and the
> internet) to find if there
> is a dbexpress driver or some way to get pgsql into Borland
> Kylix. The only
> solution i've found is the beta driver from EasySoft
> "dbExpress Gateway to
> ODBC".
>       Is there another way or is there any plan to support
> Kylix & dbExpress?
>
> Please, let me know: i'm going to develop a program in kylix and i'm
> considering what db platform to use. If isn't there another
> way i've to
> choose Interbase instead of pgsql (with very very much regret...).
>
> Thank to all,
> Denis Gasparin
> -------------------
> denis@edistar.com
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

*****************************************************************************
This email and any attachments transmitted with it are confidential
and intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the sender and do not store, copy or disclose the content
to any other person.

It is the responsibility of the recipient to ensure that opening this
message and/or any of its attachments will not adversely affect
its systems. No responsibility is accepted by the Company.
*****************************************************************************

Re: Kylix, dbexpress & PostgreSql

От
Fernando Lozano
Дата:
Hi Denis and Ben,


> >     I searched all the pgsql mailing list (and the
> > internet) to find if there
> > is a dbexpress driver or some way to get pgsql into Borland
> > Kylix. The only
> > solution i've found is the beta driver from EasySoft
> > "dbExpress Gateway to
> > ODBC".
>
> Try using ZeosDBO at http://www.zeoslib.org/ this has just been ported to
> Kylix.  Not sure how stable it is but the windows version is great :).


If you do not mind missing the DatabaseControls (TDBGrid, etc) you may just get the postgresql unit from Free Pascal
(www.freepascal.org). 

Also take a look at their FCL (Free Component Library), the development version has a clone of a TDataset and a
PostgreSQL-specificsubclass. Maybe you can compile it with Kylix and use with CLX data controls. 


[]s, Fernando Lozano