Subject | Re: [ib-support] SP-question |
---|---|
Author | Helen Borrie |
Post date | 2001-05-06T01:56:15Z |
At 03:43 AM 06-05-01 +0200, you wrote:
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>I have a SP where I select a tablename and a fieldname from a view intoYes, you can't pass metadata as parameters to a stored procedure. It's not possible to write a "generic" SP that works for any old metadata object. It must refer specifically to an existing object (table, column, SP).
>char(31)-variables and then I do the statement
>delete from :DETAIL_TABLE where :DETAIL_FK_COLUMN=:PK_VALUE;
>but I can't compile the SP. Any ideas ?
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________