How to use more than one active TOraSessions

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MSCH
Posts: 4
Joined: Mon 24 Dec 2007 12:22
Location: Germany/Berlin

How to use more than one active TOraSessions

Post by MSCH » Mon 24 Dec 2007 12:28

Sorry for my english :-)
Hi Community.

I use more than one TOraSessions. if I set the one Session to active the other Session will be automatic closed/Disconnected. But i need two connected session to the (same) database

The sessions are set to mixed Mode: "direct" and "not direct".

I use D2006 with ODAC 6.25.0.12

cheers Mathias

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 24 Dec 2007 12:44

ODAC does not support opening sessions with different values of Direct or HomeName properties.

Post Reply