InterviewSolution
| 1. |
Can I Use The Functions In The D2kwutil Library When My Oracle9i As Forms Services Are Running On Nt? |
|
Answer» No. We don't support the use of D2KWUTIL in the middle tier. MANY of the functions in the library require access to Window Handles, which will not WORK in the Web deployment SCENARIO. While some functions, such as WIN_API_ENVIRONMENT.GET_COMPUTER_NAME(), do work, they return information about the application server machine, not the client. Some functions, such as the bitwise OPERATIONS, continue to function without a problem. No. We don't support the use of D2KWUTIL in the middle tier. Many of the functions in the library require access to Window Handles, which will not work in the Web deployment scenario. While some functions, such as WIN_API_ENVIRONMENT.GET_COMPUTER_NAME(), do work, they return information about the application server machine, not the client. Some functions, such as the bitwise operations, continue to function without a problem. |
|