adsCloneConnection
Function to get a new connection handle with the same rights like the origin without having to take care of username/password. Useful for initiating a new connection for a new thread
2
votes
I needed this functionality in ARC recently, so v10 of Advantage should have a constructor called CreateFromHandle which can be used like so:
NewConn := TAdsConnection.CreateFromHandle( nil, ExistingConn.Handle );