vs2015 How to connect to a SQL database

Source: Internet
Author: User

I. Connect to a database in the Tap tool

Two. Copy the server name of the SQL database to VS

Three. Select the database name of the connection

Four. Select the bottom line of the advanced attribute to copy all of the Data Source = desktop-dfopne4; Integrated Security = True

Five. Click Open Web. config to replace the copied string with the ConnectionString quotation mark.

Six. There are two types of connection options available

static string Strcon = "server=desktop-dfopne4;integrated security=sspi;database=library;";
SqlConnection con = new SqlConnection (Strcon);

vs2015 How to connect to a SQL database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.