OdbcFactory.DriverConnect Method | |
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
public override string DriverConnect(
IntPtr hWindow,
Object uCompletion,
Object cConnectionString
)
Request Example
View SourceParameters
- 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:
StringThe connection string that is the result of the dialog.
Implements
DriverConnect(IntPtr, Object, Object)See Also