adspace
Answer Posted / Abhijeet Ghosh
Oracle Forms is a software development tool used to create web and desktop-based business applications. It allows developers to design, build, and deploy interactive forms that can access Oracle databases.
| 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