In SDAC examples (Sdac\Demos\Dll) parameter TMSConnection passed as object
Code: Select all
procedure AssignConnection(MSConnection: TMSConnection); cdecl;
How we can pass handle of ADO connection (or interface), as it did it in ADO?
Code: Select all
TADOConnection.ConnectionObject
_Connection = ADOInt._Connection;