The ADO object contains the following methods:
Method List
Name | Description |
---|---|
CreateADOCommand |
Creates a new object of the IAQAADOCommand type (an analogue of the VCL TADOCommand type). |
CreateADOConnection |
Creates a new object of the IAQAADOConnection type (an analogue of the VCL TADOConnection type). |
CreateADODataset |
Creates a new object of the IAQAADODataset type (an analogue of the VCL TADODataset type). |
CreateADOQuery |
Creates a new object of the IAQAADOQuery type (an analogue of the VCL TADOQuery type). |
CreateADOStoredProc |
Creates a new object of the IAQAADOStoredProc type (an analogue of the VCL TADOStoredProc type). |
CreateADOTable |
Creates a new object of the IAQAADOTable type (an analogue of the VCL TADOTable type). |
CreateCommand |
Creates a new Microsoft ADO Command object. |
CreateConnection |
Creates a new Microsoft ADO Connection object. |
CreateRecordset |
Creates a new Microsoft ADO Recordset object. |