Share via


ADOAdapter Object Members

InfoPath Developer Reference

Represents a connection to a Microsoft ActiveX Data Objects/OLEDB data source.

Methods

  Name Description
Bb230017.methods(en-us,office.12).gif BuildSQLFromXMLNodes Returns a string containing an SQL command text fragment using the specified XML node.
Bb230017.methods(en-us,office.12).gif Query Reads data from the associated data adapter.
Bb230017.methods(en-us,office.12).gif Submit Executes the submit operation on the associated adapter.

Properties

  Name Description
Bb230017.properties(en-us,office.12).gif Command Sets or retrieves the SQL command string text for an ADOAdapter object. Read/write
Bb230017.properties(en-us,office.12).gif Connection Sets or retrieves the connection string used for an ADOAdapter object. Read/write
Bb230017.properties(en-us,office.12).gif Name Read-only
Bb230017.properties(en-us,office.12).gif QueryAllowed A read-only property of type Boolean that always returns True, corresponding to the queryAllowed attribute in the form definition file (.xsf). Read-only
Bb230017.properties(en-us,office.12).gif SubmitAllowed A read-only property that returns a Boolean value corresponding to the submitAllowed attribute in the form definition file (.xsf). Read-only
Bb230017.properties(en-us,office.12).gif Timeout Sets or retrieves the long integer timeout value for an ADOAdapter object. Read/write