Use the ACCESS database to configure the connection string

Source: Internet
Author: User
ExampleofASP. Net2.0AccessDatabaseConnectionStringconnectionStringsaddnameaccessConnStrconnectionStringProviderMicrosoft. Jet. OLEDB.4.0; DataSource | DataDirectory | ajTravelDB. mdbproviderNameSystem. Data. OleDbconnec

Example of ASP. net 2.0 Access Database Connection String connectionStrings add name = "accessConnStr" connectionString = "Provider = Microsoft. jet. OLEDB.4.0; DataSource = | DataDirectory | ajTravelDB. mdb "providerName =" System. data. oleDb "// connec

Example of ASP. Net 2.0 Access Database Connection String




Name
Attribute of connectionstrings add element contains the nameAccessConStrFor the connection string.

ConnectionStringAttribute contains the connection string format supported by Oledb drivers.| DataDirectory |Is used in the above of connection string to connect the MS Access Database placed inside the App_Data directory. By Default| DataDirectory |Maps the path of database file placed inside the default App_Data directory. After| DataDirectory |Add up the name of MS Access Database filename as shown in above example.

ProviderNameAttribute contains the name of the Namespace of ASP. Net 2.0 that will provide the methods and functions for Data Access while coding.

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.