Subject Re: [IBO] Using Filter and then FindFirst method causes exception
Author Helen Borrie
At 07:43 AM 16/03/2006, you wrote:
>Using the IBODataset components...whenever I have in my code where I set the
>Filter property and then run the FindFirst method I get the following
>exception:
>
>---------------------------------------------------------------------
>
>ISC ERROR CODE:335544569
>
>ISC ERROR MESSAGE:
>Dynamic SQL Error
>SQL error code = -104
>Token unknown - line 1, char 1
>FROM
>
>STATEMENT:
>TIB_FilterCursor:
>"<TApplication>.dtmodCode.qryLoadProcedureChanges.IBOqrqryLoadProcedureChang
>es.<TIB_FilterCurso'.
>
>----------------------------------------------------------------------
>
>Any ideas on what my problem is?

It looks as though you are trying to filter output from a stored
procedure. True or false?

Show

1. the exact SQL statement of the iboquery
2. the exact entries used for the filter clause
3. the code used to apply the filter

Helen