Re: Connect Oracle from Forms Runtime
Date: Thu, 05 Oct 2000 04:13:51 GMT
Message-ID: <8rgv5s$8qc$1_at_nnrp1.deja.com>
If you have a form build on control blocks then you can use on-logon trigger and simply write null; in the trigger text . this will work fine . otherwise if you have database based blocks then in the on-logon trigger type the following
logon('user_at_host_string','passwd');
where user = userid
host_string = the database you connect to
passwd = password.
This again will never show a logon screen
Thanks
Sanjay
In article <8rfrpl$ma1$1_at_news6.isdnet.net>,
"Alain gillon" <agillon_at_sinfor.fr> wrote:
> Hello,
>
> I try to connect my forms application to Oracle without using the login in
> shortcut ("ifrun60.exe C:\MyAppli.fmx User/pswd_at_inst").
>
> If someone had a solution, I'm very interest.
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Oct 05 2000 - 06:13:51 CEST