Hello,
we use Llbl Vrs. 4.2 on .NET 4.0 Framework.
We have an important project with very old classes / libraries inherited from a project converted to VB6 using CodeArchitects ADOLibrary and VBLibrary.
Obviously, if we could, we would have already abandoned these libraries, but for technical reasons this is not possible at present.
We try to do the new implementations with Llbl, however in the case, for example, of ongoing transactions we do not know how to retrieve the same connection and use it in Llbl.
It's possible?
Specifically, the ADO object in question is the ADOConnection object.
How can we refer to the same transaction via Llbl objects?
Thank you in advance