Subject Build a SQL string in a SP execute it?
Author Govindkrishna
Hello,
I am moving over to Interbase from SQL server.

In many of my stored proceedure.
I build up a select statement ( a string) and the SP return the results of the execution of this string.

How do I do this in Interbase. I was going through the manuals and I landed up somewhere in gpre etc.
This seemed very complicated. Is there a simpler way.

Thanks
GK