<< Click to Display Table of Contents >> AdoConnection:Init() |
![]() ![]() ![]() |
Create Object of type AdoConnection
METHOD INIT ( ptrIf,bAddRef ) CLASS AdoConnection
ptrIf (Optional) Interface Pointer, Vo2Ado Object, IUnknown object, OleAutoObject or VoCom Idispatch_ object. When omitted a new Connection is created
bAddRef (Optional) Is it necessary to increment the usage count by calling AddRef
The AdoConnection object can be created independantly of other objects.
The AdoConnection Class can support events. You can set a default event handler for every Connection Object that gets created by calling the AdoConnectionEventClass() function with the name of the class to use for event handlers.
AdoConnection, AdoConnectionEventClass