Re: Situation with delphi7 x postgresql 8.1.2

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Marcio <marcio(at)oracullos(dot)com(dot)br>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Situation with delphi7 x postgresql 8.1.2
Date: 2006-02-08 17:21:03
Message-ID: b42b73150602080921x2ea2ceaan533219a8ee85ce9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi,
> I develop under Delphi7(Build 8.1) pgexpress 4.01 and postgreSQL 8.1.2
> OS is windows XP Professional or Windows 2003 Server.
> In my project i use dbexpress components TSQLConnection, TSQLQuery ->
> TDataSetProvider -> TClientDataSet.
> In some situations when the TClientDataSet excute action
> "TClientDataSet.Open" this freeze the aplication and CPU Usage is over 95%.
> This situation happen only when the server is native windows.
> If necessary i have one project and database for example.

this is more appropriate in pgsql-general.

anyways, turn on your query logging and find if the problem is begin
generated from your app or the dbexpress middleware. sounds to me
like the ususal tcp problem which is usually configuration related.

also check out zeos database components for a fantastic set of
components for delphi.

Merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2006-02-08 17:24:02 Re: Upcoming re-releases
Previous Message Magnus Hagander 2006-02-08 17:02:34 Re: Upcoming re-releases