_Application3.NewADODBRecordset Method
Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
'Usage
Return Value
A reference to an empty ActiveX Data Objects (ADO) Recordset object.
Remarks
If the form is not fully trusted, the NewADODBRecordset method will return a "permission denied" error.
Note
This method is not intended to be used in a managed-code form. To query a Microsoft SQL Server database, use the System.Data.SqlClient class and its associated members by adding a reference to System.Data component and a using clause to System.Data.SqlClient.
Example
object adoRS = thisApplication.NewADODBRecordset();
See Also
Reference
_Application3 Interface
_Application3 Members
Microsoft.Office.Interop.InfoPath Namespace