Subject Using Filter and then FindFirst method causes exception
Author Anthony Tanas
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?

Thanks,

Anthony