Re: [GENERAL] problem Linking a TTable component to a pgsql view using BCB5

2007-08-26 Thread Merlin Moncure
On 8/23/07, JLoz <[EMAIL PROTECTED]> 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 a

Re: [GENERAL] problem Linking a TTable component to a pgsql view using BCB5

2007-08-26 Thread JLoz
> 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. Thanks, JLoz > > ---(end of broadcast)--- > TIP 2: Don't 'kill -9' the postmaster > -

Re: [GENERAL] problem Linking a TTable component to a pgsql view using BCB5

2007-08-23 Thread Rodrigo De León
On 8/21/07, JLoz <[EMAIL PROTECTED]> wrote: > I have not been able to find a workaround for this? Does the table have a unique index/primary key? ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[GENERAL] problem Linking a TTable component to a pgsql view using BCB5

2007-08-23 Thread JLoz
Hello, I am writing an application in Borland C++ builder 5 that connects to a postgresql database (8.2.4). I am trying to link a TDBListBox to a view by using a TTable and a TDataSource component but when I send the TTable->Refresh() I get the following error: "Table does not support this opera