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

odbc32

.

static extern short SQLConnect (int connectionHandle, string serverName,

.

    Private Function SQLConnect(ByVal hDBc As IntPtr, ByVal servername As String, ByVal serverlen As Short, _

.

     RetCode = SQLConnect(hdbc, "Northwind",-3,null,-3,null,-3);

.
Documentation
[SQLConnect] on MSDN
.
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

dhcpsapi

.

        SqlConnection sqlConnection1 = new SqlConnection("Data Source=" + SqlServer + ";Initial Catalog=DhcpDB;Persist Security Info=True;User ID=user");

.

        SqlCommand selCommand = new SqlCommand(strSQL, sqlConnection1);

.

        sqlConnection1.Open();

.

        sqlConnection1.Close();


 
Access PInvoke.net directly from VS: