Re: Delphi connection ? - Mailing list pgsql-general

From John R Pierce
Subject Re: Delphi connection ?
Date
Msg-id 4ABCF24D.3080505@hogranch.com
Whole thread Raw
In response to Delphi connection ?  ("Nico Callewaert" <callewaert.nico@telenet.be>)
Responses Re: Delphi connection ?
Re: Delphi connection ?
List pgsql-general
Nico Callewaert wrote:
> Hi List,
>
> I tried already in the ODBC list, but without success...
>
> I have to develop a client/server application, heavily transaction
> oriented, that will serve around 100 users and database traffic will
> be intense (lot's of reads, updates, inserts....).
> Development environment is Delphi 2007.  I know there are a few
> commercial components available, but I was wondering if ODBC could do
> the job ?
> So, my question is, if ODBC is intended to be used for that ?  Many
> simultanous connections, lots of inserts, updates ?
> The thing you always hear about ODBC is, that it is very slow ?
>


ADO is significantly faster than ODBC, so the preferred stack would be
delphi -> ado -> postgres ole db -> libpq ->postgres

I believe there exists a delphi->ado wrapper (at least my brief googling
popped one up)



pgsql-general by date:

Previous
From: InterRob
Date:
Subject: stored procedure: RETURNS record
Next
From: Pavel Stehule
Date:
Subject: Re: