Subject | RE: [IBO] Ambiguous field name? |
---|---|
Author | Helen Borrie |
Post date | 2002-11-05T15:32:58Z |
At 10:21 AM 05-11-02 -0500, you wrote:
FormCreate. You can use copy/paste to transfer the SQL statement which IBO
presents to the API at Prepare time.
You *need* to have KeyLinks defined. Inspect the KeyLinks property to see
what IBO's "best guess" is - but it won't be correct, because of the joins
and the error you are getting involving a column that is not in your query.
Helen
>How can I show you what SQL is "actually going across the wire"? Also, if IDrop an IB_SQLMonitorDialog on your form and call its Show method in your
>don't have any KeyLinks defined, how can I show you what KeyLinks are being
>imposed?
FormCreate. You can use copy/paste to transfer the SQL statement which IBO
presents to the API at Prepare time.
You *need* to have KeyLinks defined. Inspect the KeyLinks property to see
what IBO's "best guess" is - but it won't be correct, because of the joins
and the error you are getting involving a column that is not in your query.
Helen