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 "SQLBrowseConnect" in [All]

odbc32

.

    private static extern short SQLBrowseConnect(IntPtr hconn, StringBuilder inString,

.

                if (SQL_NEED_DATA == SQLBrowseConnect(hconn, inString, inStringLength, outString,

.

                    if (SQL_NEED_DATA != SQLBrowseConnect(hconn, inString, inStringLength, outString,

.

  private static extern short SQLBrowseConnect( IntPtr handleConnection, StringBuilder connectionString, short stringLength, StringBuilder outConnection, short bufferLength, out short stringLength2Ptr );

.

Declare Function SQLBrowseConnect Lib "odbc32.dll" (TODO) As TODO

.
Documentation
[SQLBrowseConnect] on MSDN

 
Access PInvoke.net directly from VS: