InterviewSolution
Saved Bookmarks
| 1. |
When Running A Form On The Web Where Do Commands Such As Host And Text_io Execute? |
|
Answer» In Web-deployed FORMS these commands and built-ins EXECUTE on the middle tier. To execute the commands on the CLIENT BROWSER machine, use a JavaBean. In a similar WAY User Exits and ORA_FFI code all act on the middle tier and not on the browser client. In Web-deployed Forms these commands and built-ins execute on the middle tier. To execute the commands on the client browser machine, use a JavaBean. In a similar way User Exits and ORA_FFI code all act on the middle tier and not on the browser client. |
|