Subject | Re: [IBO] Which property contain the final prepared statement |
---|---|
Author | Helen Borrie |
Post date | 2003-08-30T03:54:12Z |
At 03:37 AM 30/08/2003 +0000, you wrote:
IBOQuery1.AssignSQLWithSearch(IB_Query1);
Helen
>Dear All,Yup. (IBOQuery, btw, not IBO_Query!)
>
>
>Which property of IB_Query contains the *final* SQL statement that is
>sent to the server?
>
>I have tried the SQL.Text + SQLWhere but they did not include the
>where items that I added in the OnPrepareSQL event.
>
>Or, is there a quick way to assign the *final* prepared SQL statment
>from IB_Query to IBO_Query?
IBOQuery1.AssignSQLWithSearch(IB_Query1);
Helen