Re: Delphi connection ?

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Nico Callewaert <callewaert(dot)nico(at)telenet(dot)be>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Delphi connection ?
Date: 2009-09-25 15:22:57
Message-ID: 4ABCE051.5000704@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ?
>
> Many thanks in advance,
> Best regards,
>
> Nico Callewaert

I don't know about odbc, never used it to hit PG. I use Delphi and
wrote a simple object on top of the libpq api. The api is simple to
use. If odbc doesn't work out for you I'd recommend using libpq direct.

-Andy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Landscheidt 2009-09-25 15:25:58 Re: UPDATE statement with syntax error doesn't raise a warning?
Previous Message Jerzy Bialas 2009-09-25 15:22:30