Subject RE: LOOOONG Re: [IBO] TIBOQuery sample? [updated]
Author Helen Borrie
At 08:23 PM 31/01/2004 +0000, you wrote:
>Hello Helen,
>
>Again thanks for your time/effort/patients, I really appreciate it!
>I have gone through your email and I am getting what you write 99%.
>
>Unfortunately I am still getting the error 'Invalid custom DML column
>reference: WWWCON_ID'
>I do not know what is causing this.
>
>I did notice your example using KeyLinks and so I also tried to apply that
>too
>
>IBO_QRY_GET_MY_PROJECTS.Keylinks = E_PROJECT.ROW_ID
>
>but that gave me an invalid keylinks entry. I do not understand why this is.
>Would you please
>explain?

Because there is not E_Project or Row_ID in the dataset. Replace it with
O_Row_ID, no table identifier. For your UpdateSQL, match up the names of
the input parameters with the names of the fields whose values you need to
get from the selectable SP.

Helen


HB