database..::..StatementOpen Method

Namespace:  JiwaFinancials.Jiwa.JiwaODBC
Assembly:  JiwaODBC (in JiwaODBC.dll)

Syntax


public int StatementOpen(
	int ODBCConnectNo,
	bool UseCursors,
	string CursorName,
	int MaxRows,
	bool Async
)
Public Function StatementOpen ( _
	ODBCConnectNo As Integer, _
	UseCursors As Boolean, _
	CursorName As String, _
	MaxRows As Integer, _
	Async As Boolean _
) As Integer
public:
int^ StatementOpen(
	int^ ODBCConnectNo, 
	bool^ UseCursors, 
	String^ CursorName, 
	int^ MaxRows, 
	bool^ Async
)

Parameters

ODBCConnectNo
Type: Int32
UseCursors
Type: Boolean
CursorName
Type: String
MaxRows
Type: Int32
Async
Type: Boolean