Subject | RE: [IBO] Using Filter and then FindFirst method causes exception |
---|---|
Author | Jason Wharton |
Post date | 2006-03-22T01:00:49Z |
It would be helpful if you showed us the full statement that fails to
prepare by using the SQL Trace Monitor.
Jason
prepare by using the SQL Trace Monitor.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Anthony Tanas
> Sent: Wednesday, March 15, 2006 1:44 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Using Filter and then FindFirst method causes exception
>
>
> 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.IBOqrqryLoad
> ProcedureChang
> es.<TIB_FilterCurso'.
>
> ----------------------------------------------------------------------
>
> Any ideas on what my problem is?
>
> Thanks,
>
> Anthony