04 Connx - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki

Connx property

ADODB connection.

Applies to

TableData ArrData RsetData Xdata XShared

If you have more than one RsetData object, they can share a connection. If you have already opened a connection for Rd1, then want to use a second RsetData object Rd2, you can write:

Set Rd2.Connx = Rd1.Connx