Subject | Re: [IBO] New user IBObject |
---|---|
Author | Helen Borrie |
Post date | 2003-07-07T11:31:23Z |
At 08:07 AM 7/07/2003 -0300, you wrote:
columns that make up the primary key. On a joined set, you need to work a
bit harder to define a group of columns that uniquely identify each row.
The KeyLinks property is a stringlist. Use one line for each column in the
key. Add table-identifiers for columns of joined sets.
Helen
>Dear Friends,You need to define KeyLinks. On a single-table query, this will be the
>
>I am with a problem in configuration of IBObjects. When I'm using my
>application, I receive the message error: "Record was not located to
>delete" or "Record was not located to update" with component IBOTable. Why
>am I receiving this message? How I do to concert it?
columns that make up the primary key. On a joined set, you need to work a
bit harder to define a group of columns that uniquely identify each row.
The KeyLinks property is a stringlist. Use one line for each column in the
key. Add table-identifiers for columns of joined sets.
Helen