c# 连接access数据库config配置 2020-02-16 分类:C#.net 标签Tags:c,连接,access,数据库,config,配置,appsettings,add,key,value,provider,microsoft,ace,oledb,12,data,source,d
<configuration> <appSettings> <add key="*" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:aa.accdb;Persist Security Info=False"/> </appSettings></configuration> 以上就是【c# 连接access数据库config配置】的全部内容了,欢迎留言评论进行交流!