Re: Delphi connection ?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Nico Callewaert <callewaert(dot)nico(at)telenet(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Delphi connection ?
Date: 2009-09-25 17:37:34
Message-ID: b42b73150909251037y66827831jecbfe7f65494b221@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 25, 2009 at 5:16 AM, Nico Callewaert
<callewaert(dot)nico(at)telenet(dot)be> 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 ?

It's been a few years, but historically the best delphi components for
database access has been ZeosLib...native connections to most popular
databases...

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-09-25 17:38:58 Re: [HACKERS] libpq port number handling
Previous Message Sam Mason 2009-09-25 17:31:03 Re: generic modelling of data models; enforcing constraints dynamically...