Microsoft Office InfoPath 2003 Kick Start
| < Day Day Up > |
The ADOAdapter Object
The ADOAdapter object represents a connection to an ADO/OLEDB data source. The ADOAdapter object contains all the information necessary to submit data to or retrieve data from a data source. ADOAdapter Object Methods
The ADOAdapter object has a single method : BuildSQLFromXMLNodes() . Assuming that you assign the value of an XML node to a variable, you use the BuildSQLFromXMLNodes() method to build an SQL WHERE clause corresponding to the XML node. The BuildSQLFromXMLNodes() method is security level 2. ADOAdapter Object Properties
The ADOAdapter object has three properties:
|
| < Day Day Up > |