SQL connect, how
From: <actiris_at_loxinfo.co.th>
Date: 2000/08/11
Message-ID: <8n0fk6$1ue$1_at_news1.sunrise.ch>#1/1
Date: 2000/08/11
Message-ID: <8n0fk6$1ue$1_at_news1.sunrise.ch>#1/1
On SQL plus
connect user/psw_at_connection;
[Quoted] works OK but
How to connect in a Procedure
if I try
connect user/psw_at_connection;
I get PLS-00103 problem connect
if I try
[Quoted] exec sql connect user/psw_at_connection;
I get PLS-00103 sql
Thankx for the tip Received on Fri Aug 11 2000 - 00:00:00 CEST