c# 连接access数据库config配置
发布时间:2016-12-28 来源:查字典编辑
摘要:
<configuration>
<appSettings>
<add key="*" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:aa.accdb;Persist Security Info=False"/>
</appSettings>
</configuration>