Various database connection string standards

Source: Internet
Author: User

The connectivity of the database has developed into a standard aspect of application development. The database connection string is now a standard prerequisite for each project. I find myself often copying connection strings from another application or doing a search in order to find the syntax I need. This is especially true when interacting with SQL Server because it has too many connection string options.

During an object instantiation or establishment, the database connection string is passed to the necessary object through a property or method. The format of the connection string is a semicolon-bounded list of key/value parameter pairs.

The connection string specifies the database server and database, as well as the user name and password required to access the database. But this format does not apply to all database interactions, it does have a number of options available, many of which have synonyms.

Here is a brief introduction to the website. Absolutely professional. Both beginners and experienced programmers can be very useful.

Site Description: All connection strings accessible at one location. Find the syntax for your database connection and learn more accurate ways of connecting.

Website address: http://www.connectionstrings.com/

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.