简体   繁体   English

在VB.Net 2010中读取/写入Access数据库

[英]Reading From/Writing To an Access Database in VB.Net 2010

I have been working on this for a few days now and I have checked two or three books I have laying around for VB.Net 2003 and the method to do this has changed. 我已经为此工作了几天了,我已经检查过两本或三本我为VB.Net 2003准备的书籍,并且这方法已经改变了。 Also, I have searched this website for other answers to the same, and found a reference to the MSDN that said something about a ConnectionString. 另外,我在这个网站上搜索了相同的其他答案,并找到了一个关于ConnectionString的MSDN的引用。 I could not find decent documentation on the ConnectionString, and the rest of the method given was useless without it, so now I must ask... How can I read and write to and from an Access database file in VB.Net 2010? 我在ConnectionString上找不到合适的文档,如果没有它,给出的方法的其余部分是无用的,所以现在我必须问...如何在VB.Net 2010中读取和写入Access数据库文件?

Carl Prothman has lists of connections strings for just about every occasion: Carl Prothman几乎适用于所有场合的连接字符串列表:

http://www.carlprothman.net/Default.aspx?tabid=87#OLEDBProviderForMicrosoftJet http://www.carlprothman.net/Default.aspx?tabid=87#OLEDBProviderForMicrosoftJet

http://www.connectionstrings.com/access http://www.connectionstrings.com/access

Access has two versions, ACE and Jet. Access有两个版本,ACE和Jet。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM