Re: problem Linking a TTable component to a pgsql view using BCB5 - Mailing list pgsql-general

From Merlin Moncure
Subject Re: problem Linking a TTable component to a pgsql view using BCB5
Date
Msg-id b42b73150708261230l5d8b6a9keb907cf0f6a33ab4@mail.gmail.com
Whole thread Raw
In response to Re: problem Linking a TTable component to a pgsql view using BCB5  ("JLoz" <jfsierra@excite.com>)
List pgsql-general
On 8/23/07, JLoz <jfsierra@excite.com> wrote:
> > Does the table have a unique index/primary key?
>
> The view shows fields from two tables.  One of the primary keys of one of
> the tables is shown by the view.

you will probably have better luck with the TQuery component.  Also,
you should try out another TDataset implementation...for example Zeos.
 The BDE is old, slow, and  buggy.

merlin

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: simple query runs 26 seconds
Next
From: Benjamin Arai
Date:
Subject: Restore v. Running COPY/INDEX seperatly