Sets |
String
that contains a definition for a connection. In this case, the provider creates a new ADODB.Connection object using this definition and opens the connection. Use BuildConnectionString xtra level method to invoke a dialog for building connection string. See cnn.ConnectionString property for connection string samples.
Object
ADOxtra wrapper for opened ADODB.Connection object. Use CreateObject(xtra"ADOxtra",#Connection) to create such object.
Symbol #Null
To detach recordset from the connection use #Null. It is possible if cursorLocation is set to adUseClient.
|