Share via


_Application2.NewADODBRecordset Method

Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Function NewADODBRecordset As Object
'Usage
Dim instance As _Application2
Dim returnValue As Object

returnValue = instance.NewADODBRecordset()
Object NewADODBRecordset()

Return Value

Type: System.Object
A reference to an empty ActiveX Data Objects (ADO) Recordset object.

Implements

_Application.NewADODBRecordset()

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 namespace and its associated members by adding a reference to System.Data.dll and a using clause to System.Data.SqlClient.

Important

This member can be accessed only by forms opened from a form template that has been configured to run with full trust using the Security and Trust category of the Form Options dialog box. This member requires full trust for the immediate caller and cannot be used by partially trusted code. For more information, see "Using Libraries from Partially Trusted Code" on MSDN.

Examples

object adoRS = thisApplication.NewADODBRecordset();

See Also

Reference

_Application2 Interface

_Application2 Members

NewADODBRecordset Overload

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace