17370845950

c# 连接access数据库config配置

<configuration>
  <appSettings>

    <add key="*" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:aa.accdb;Persist Security Info=False"/>
  </appSettings>
</configuration>