Connection (clsDataSource)
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
The Connection property of an object of ClassType clsDataSource returns a reference to a Microsoft® ActiveX® Data Objects (ADO) Connection object, used to connect to a relational database.
Data Type
ADODB.Connection
Access
Read-only
Remarks
You can use this ADO Connection object to access the source database directly. For more information, see the ADO documentation.