Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Command Object >>ActiveConnection PropertyThe ActiveConnection property sets or returns a variant value defining the Connection object to which the Command object belongs, or returns a string value if there is no connection. The ActiveConnection property is used to
indicate the specific Connection object with which the Command object is to be
associated and will use for execution. If the connection is closed, this
property sets or returns a string that contains the definitions for the
connection. If the connection is open, this property sets or returns a variant
that is the Connection object to which the Command object is currently assigned.
The default is a null object reference. Syntax
Example
|