Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO ActiveConnection Property


❮ Complete Record Object Reference

The ActiveConnection property sets or returns a string or variant that tells which Connection object the Record object belongs to.

If the connection is closed, it sets or returns a string definition for a connection. If the connection is open it sets or returns a variant that is a reference to the current Connection object.

Tip: The ActiveConnection parameter of the Open method of the Record object can also be used to set this property.


Syntax

objrecord.ActiveConnection

❮ Complete Record Object Reference