adspace
why the Ctl file u put only in bin folder why not in other
folder
Answer Posted / Man Singh Yadav
The BIN folder is the default location for Oracle Forms generated CTL files, as it is expected to be a part of the deployed application. Placing CTL files in other folders might cause issues with form compilation or execution.
| Is This Answer Correct ? | 0 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