Re: SQL connect, how

From: Frido van Orden <fridoo_at_faapartners.com>
Date: Tue, 15 Aug 2000 09:54:02 +0200
Message-ID: <8nat1m$m0h$1_at_nereid.worldonline.nl>


Why would you want something like this? If you get inside a stored procedure you're already connected.

Frido

<actiris_at_loxinfo.co.th> wrote in message news:8n0fk6$1ue$1_at_news1.sunrise.ch...
> On SQL plus
> connect user/psw_at_connection;
> 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
> exec sql connect user/psw_at_connection;
> I get PLS-00103 sql
>
> Thankx for the tip
>
>
Received on Tue Aug 15 2000 - 09:54:02 CEST

Original text of this message