使用ACCESS数据库,连接字符串的配置
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
connectionStrings>
add name="accessConnStr" connectionString="Provider=Microsoft.Jet.OLEDB.4.0; Data Source= |DataDirectory|ajTravelDB.mdb" providerName="System.Data.OleDb"/>
connectionStrings>
name
connectionString attribute 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.
providerName attribute contains the name of the Namespace of ASP.Net 2.0 that will provide the methods and functions for Data Access while coding.
上一篇: 刚开始学PHP,求赐教
推荐阅读
-
数据库做了镜像后,Web应用中Web.config的数据库连接串配置
-
PHP使用PDO连接Access的方法
-
PHP的Yii框架中使用数据库的配置和SQL操作实例教程_PHP
-
.net连接ACCESS数据库,网页上不停的刷新就报错
-
在MFC里面使用ADO访问微软的ACCESS数据库 实现增删改查
-
详解Spring Hibernate连接oracle数据库的配置
-
windwos下使用php连接oracle数据库的过程分享_php实例
-
vb 与 .accdb 格式的access数据库的连接方法
-
新浪SAE云平台下使用codeigniter的数据库配置
-
EntityFramework 6使用多连接字符串连接多个不同的Sqlserver并使