I have developed an application, in the ON-LOGON at form
level trigger, i have written the connection string:
LOGON( 'HC', 'HC@HELLO' );
in this connection string i have used the service name HELLO. HELLO
connects the application with the server using the IP ADDRESS of
server. I have installed the application on a client machine, its
working and running well. The problem is if the server is shutdown or
here is any problem in netwok, when user run the program, it gives the
error message: TNS:could not resolve the service name.
and open the Logon box and again ask for the username, password and
database service name. If user press the cancle button, it closes the
logon box and shows the application form (but disconnected from the
database). I need that if user clicks the cancle button then
application must be closed, it should not show the canvauses of the
application.
Problem is same, but with little change, now it doesnt show the connect dialog box, and directly goes to the application and shows the canvuses. I need that application must be closed. I tried to use the EXIT_FORM after checking the status of login, if false then Exit fromt the form. But EXIT_FORM is illegal ristricted procedure to call in ON-LOGON trigger.
Bookmarks