从 Visual Studio C# 代码访问 MS Access 数据库中的数据

发布于 2025-01-05 12:29:17 字数 250 浏览 0 评论 0原文

我目前在从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铜锣湾横着走 2025-01-12 12:29:17

如果您使用的是 Windows 7,Jet 引擎将无法工作。

If you are using Windows 7, the Jet Engine does not work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文