In This Topic
Syntax
'Declaration
Friend Shared Function SQLDriverConnect( _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.String, _
ByVal As System.Short, _
ByVal As System.Text.StringBuilder, _
ByVal As System.Short, _
ByRef As System.Short, _
ByVal As System.UShort _
) As System.Short
internal static System.short SQLDriverConnect(
System.IntPtr ,
System.IntPtr ,
System.string ,
System.short ,
System.Text.StringBuilder ,
System.short ,
out System.short ,
System.ushort
)
Parameters
- hdbc
- hwnd
- szConnStrIn
- cbConnStrIn
- szConnStrOut
- cbConnStrOutMax
- pcbConnStrOut
- fDriverCompletion
See Also