从 Visual Studio C# 代码访问 MS Access 数据库中的数据
我目前在从 Access 数据库获取数据并将其显示到我的 Visual Studio 应用程序中时遇到问题。数据库和应用程序已正确设置和链接,我只需要知道允许您在 Access 数据库中搜索(使用主键)以接收不同列中的数据并将其插入到 C# 中的字符串中的代码代码。例如:
我在 Access 数据库中有一行 id = 3,需要访问同一行中不同列的数据。我需要知道的是如何使用 Microsoft 表单中的 C# 代码搜索该 id,并设置一个等于数据库中该数据的字符串。
I am currently having an issue with getting the data from my Access database and displaying it into my visual studio app. The database and app is set up and linked correctly, I just need to know the code that allows you to search within the Access database (using a primary key) to receive the data in a different column and insert it into a string in the C# code. For example:
I have a row with id = 3 within the Access database and need to access the data of a different column within that same row. What I need to know is how to search for that id using C# code in the microsoft form and setting a string equal to that data in the database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Windows 7,Jet 引擎将无法工作。
If you are using Windows 7, the Jet Engine does not work.