Subject SP-question
Author guido.klapperich@t-online.de
I have a SP where I select a tablename and a fieldname from a view into
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 ?


Guido.