HandleShared Property

Lister

Member
When using the BDE we used a property called handleShared to share a connection it made between ActiveX forms.

This doesn't exist on DOA components, after a little research I've come to the conculsion that something similar could be implemented with TOracleSession.Share.

Can anyone confirm this before I start ripping out code ??

Thanks
 
This should indeed work. You can alternatively assign the ExternalSVC property between the 2 TOracleSession instances.

------------------
Marco Kalter
Allround Automations
 
Back
Top