Re: Some info needed to advocate

Lists: pgsql-advocacy
From: Francois Suter <dba(at)paragraf(dot)ch>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Some info needed to advocate
Date: 2004-03-01 17:18:14
Message-ID: 6CAEC597-6BA4-11D8-824B-000393427520@paragraf.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy

Hi all,

I have a couple of questions from some people interested in migrating
to PostgreSQL and I lack some answers. Please can you help me answer
the following questions:

- are there native PostgreSQL drivers for Delphi and Crystal Reports?
The people would like to avoid using ODBC.

- about the planned Windows native version: is it going to be exactly
the same or are there going to be some missing functionalities, what
with it running on Windows and not Unix? Are there any major issues
that can be expected?

Thanks

---------------
Francois

Home page: http://www.monpetitcoin.com/

"Would Descartes have programmed in Pascal?" - Umberto Eco


From: Richard Huxton <dev(at)archonet(dot)com>
To: Francois Suter <dba(at)paragraf(dot)ch>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Some info needed to advocate
Date: 2004-03-01 20:07:00
Message-ID: 200403012007.00592.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy

On Monday 01 March 2004 17:18, Francois Suter wrote:
>
> - are there native PostgreSQL drivers for Delphi and Crystal Reports?
> The people would like to avoid using ODBC.

There is at least one company producting drivers for Borland's products, so I
would be surprised if there wasn't something for Delphi - Googling should do
there.

Don't know of anything for Crystal. Why do you not want to use ODBC?

> - about the planned Windows native version: is it going to be exactly
> the same or are there going to be some missing functionalities, what
> with it running on Windows and not Unix? Are there any major issues
> that can be expected?

I'm sure someone involved in the Windows port will help out here, but the
effort is to make the PostgreSQL code run on both platforms, not to produce
another Windows version. Of course, since Windows is a new platform to run
on, it won't have received as much testing as with *nix systems, and might
need some performance work too. Other than that, I can't think what would
cause problems.

--
Richard Huxton
Archonet Ltd


From: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Some info needed to advocate
Date: 2004-03-01 23:54:11
Message-ID: 4043CD23.1010009@ehpg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy

Richard Huxton wrote:

>On Monday 01 March 2004 17:18, Francois Suter wrote:
>
>
>>- are there native PostgreSQL drivers for Delphi and Crystal Reports?
>>The people would like to avoid using ODBC.
>>
>>
>
>There is at least one company producting drivers for Borland's products, so I
>would be surprised if there wasn't something for Delphi - Googling should do
>there.
>
>
http://www.microolap.com/dac/postgresdac.htm

I've used that product in C++ Builder and it works well. It claims to
work in Delphi. afaik Crystal integration still requres odbc.

Gavin