I want to write and read with formsbuilder a database variable,
i tried it like this:
pa_preval.tbl_proz2csv(1):='he';
where pa_preval is the name of the package and tbl_proz2csv the table declared in the package.
it works well with sql plus, but not in a formsbuilder trigger :-(.
any ideas?
thanks a lot
Michael
i tried it like this:
pa_preval.tbl_proz2csv(1):='he';
where pa_preval is the name of the package and tbl_proz2csv the table declared in the package.
it works well with sql plus, but not in a formsbuilder trigger :-(.
any ideas?
thanks a lot
Michael