The ADOAdapter Object

 <  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:

  • Command ” Sets or retrieves the SQL command string for an ADOAdapter object. Security level 2.

  • Connection ” Sets or retrieves the connection string for an ADOAdapter object. Security level 2.

  • Timeout ” Sets or retrieves the timeout value for an ADOAdapter object. Its value is a long integer and the timeout is measured in milliseconds . Security level 2.

 <  Day Day Up  >  


Microsoft Office InfoPath 2003 Kick Start
Microsoft Office InfoPath 2003 Kick Start
ISBN: 067232623X
EAN: 2147483647
Year: 2004
Pages: 206

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net