Subject Re: [firebird-support] Stored proc parameters
Author Helen Borrie
At 09:36 AM 22/07/2004 +0000, you wrote:
>Hello,
>
>Is it possible to pass table names, field names to stored proc through
>parameters and use it inside stored proc query? I want to make one
>procedure for several tables that should be processed same way.

No.

With Firebird 1.5 you can construct a query from bits and pieces, including
object names, and execute it "blind", using EXECUTE STATEMENT.

\heLen