Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SQLDriverConnect" in [All]

odbc32

.

            short retcode = SQLDriverConnect(dbcHandle, IntPtr.Zero, connectionString, 256, completedConnString, 1024, out strLength, SQL_DRIVER_COMPLETE);

.

See SQLDriverConnect.

.
Summary
SQLDriverConnect is an alternative API to SQLConnect. The difference is that it can popup the dialog to ask the user for more information about the connection
.

    public static extern short SQLDriverConnect(IntPtr  hdbc,

.

    Private Shared Function SQLDriverConnect(ByVal hdbc As IntPtr, ByVal hwnd As IntPtr, ByVal szConnStrIn As String, _

.

        if (!isOK(SQLDriverConnect(connectionHandle,

.
Documentation
[SQLDriverConnect] on MSDN
.

See SQLDriverConnect example.

.

See SQLDriverConnect example.

.

See SQLDriverConnect example.


 
Access PInvoke.net directly from VS: