Click or drag to resize

OleDbFactory.DriverConnect Method

X#
This method is called to show an interactive dialog to select a connection.

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DriverConnect(
	hWindow AS IntPtr,
	uCompletion AS Object,
	cConnectionString AS Object
) AS STRING
Request Example View Source

Parameters

hWindow
Type: IntPtr
An optional window handle that will be the owner of the dialog.
uCompletion
Type: Object
cConnectionString
Type: Object
A connection string that indicates the start values for the dialog.

Return Value

Type: String
The connection string that is the result of the dialog.

Implements

DriverConnect(IntPtr, Object, Object)
See Also