Re: Can you force a disconnect using Pro*C/C++

From: Walter T Rejuney <BlueSax_at_Unforgetable.com>
Date: 2000/06/12
Message-ID: <3944DCBC.48397F33_at_Unforgetable.com>#1/1


don wrote:
>
> Is there away to disconnect from Oracle using Pro*C? I can only find
> out how to connect/
>
> I now connect and the edisconnect seems to happen whenever my
> connection object goes out of scope. I would like to be able to
> conenct, disconnect, and connect again from with one program.
>
> Thanks,
> Don
> chambers_at_inquiregroup.com

EXEC SQL COMMIT WORK RELEASE;
OR
EXEC SQL ROLLBACK WORK RELEASE; Received on Mon Jun 12 2000 - 00:00:00 CEST

Original text of this message