Re: Forms 4.5:lost connection to the database

From: Martin Bobrovsky <Martin.Bobrovsky_at_workforce.co.at>
Date: 1997/12/03
Message-ID: <34859326.7715C3EA_at_workforce.co.at>#1/1


> My forms application is running, then it comes
> to disconnecting from the database (e.g. netware
> problems or dba is killing the session). There is no
> normal way to close the application.
> The only way is to kill the task with the task manager
> from Windows NT.
> Is there any possibility to connect to the database
> from the application after disconnecting or to close
> the application correctly.

You could try to reconnect from within the application by issuing a LOGON(user,pwd). Link this procedure to a menu item or button or to any other trigger.

For exiting the application EXIT_FORM(NO_COMMIT) might work.

    Martin Received on Wed Dec 03 1997 - 00:00:00 CET

Original text of this message