Re: Native dataprovider on Windows

From: Michal Zaborowski <listy(dot)mailowe(at)wp(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Native dataprovider on Windows
Date: 2003-07-09 15:21:47
Message-ID: 3F0C330B.1010207@wp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Serkan Bektaþ wrote:
> Hi,
>
> http://zeoslib.sourceforge.net/zeos_zdo_main.php
> Low-level plain API for access to client part of MySql, PostgreSql and
> Interbase
>
> I think these are for Delphi
>
Yes.

They are useing fetch all. Delphi has it's own "point of data view",
so that components have their own parser - some queries would not run.
For Postgres and Delphi PgDAO is better, but commertial.
Delphi also has something called DBExpress - but I have no idea about
running it under .Net. DBExpress uses native drivers and serves common
interface to Delphi apps.

Since Postgres is going to have savepoints/nestled trans - it is
becomes very attractive for delphi.

I hope it will help...

--
Michal Zaborowski (TeXXaS)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-07-09 15:55:18 Re: PlPython
Previous Message Jim C. Nasby 2003-07-09 14:32:58 Re: making multiple updates use indexes: howto?