Subject Re: [ib-support] Parameter in the Where clause
Author Svein Erling Tysvær
>select * from TABLE1 :WHEREPARAM

I think you'll have to create your SQL dynamically at run time. Interbase
cannot prepare a statement like the one you describe.

Set