obj=CreateObject(xtra"ADOxtra",symObjectId)
or obj=xtra("ADOxtra").CreateObject(symObjectId)
Parameters
symObjectId - a symbol specifying which object to create. It can be either #Connection or #Recordset.
Returns
Object: if successful, returns new ADOxtra wrapper instance for newly created object (either Connection or Recordset).
String: if failed, returns string with error description.
Description
This method is an analogue to Visual Basic's CreateObject. It is used to create new ADO objects. Therefore, it is a main entry point while using ADOxtra.