Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 C# 中的自动化(使用 Microsoft.Office.Interop.Access)从 MS 访问数据库中读取所有记录。
我能够在 C# 中使用 ADO.net 读取记录,但不能使用自动化。
请帮忙..谢谢
除非您特别需要在此任务中涉及 Access 用户界面,否则我建议您不要这样做。相反,使用OdbcConnectionorOleDbConnection来直接访问和操作数据库。
OdbcConnection
OleDbConnection