c# 连接access数据库config配置
时间:2021-02-01 09:58:21|栏目:.NET代码|点击: 次
<configuration>
<appSettings>
<add key="*" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:aa.accdb;Persist Security Info=False"/>
</appSettings>
</configuration>
<configuration>
<appSettings>
<add key="*" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:aa.accdb;Persist Security Info=False"/>
</appSettings>
</configuration>