adspace
Answer Posted / chaudhry
Removes the source code from the library file and generates
a library files that contains only pcode.The resulting
file can be used for final deployment, but can not be
subsequently edited in the designer.
ex. f45gen module=old_lib.pll userid=scott/tiger
strip_source YES output_file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement