C# App 数据库 - 小型、多种表单的应用程序 - 表单需要通过数据库交换数据

发布于 2024-10-31 12:05:22 字数 367 浏览 1 评论 0原文

为了给您一些背景知识,我正在从事的项目是扑克锦标赛经理。它使用两种形式 - 主形式将显示整个锦标赛的信息,例如剩余玩家、玩家姓名、赌注、支付结构、剩余时间等;另一种形式将用作“设置”形式。这两种形式都已构建并正在运行,但我正在努力让它们相互共享数据。

我想要做的是加载设置表单,选择配置锦标赛的选项,然后单击“保存”将我的所有选项分配给变量,然后将这些变量写入某种数据库(我是新手)数据库设计,我还没有在 Visual Studio 中使用任何数据库对象)。然后主窗体可以读取DB并显示相关数据。我看到的好处是可以保存锦标赛设置以供将来使用,并且可以随着时间的推移累积玩家统计数据。

我需要创建什么类型的数据库对象来存储这些数据,以及如何打开连接等并将数据写入数据库?

To give you some background, the project I am working on is a poker tournament manager. It uses two forms - the main form will display information throughout the tournament, such as players remaining, player names, stakes, payout structure, time left etc; and the other form will be used as a 'setup' form. Both of these forms are built and working, but I am struggling to get them to share data with each other.

What I want to do is load the setup form, select my options for configuring the tournament, and then clicking 'save' will assign all of my options to variables and then write these variables to a database of some kind (I'm new to DB design and I haven't used any DB objects in Visual Studio yet). The main form can then read the DB and display the relevant data. The benefits I can see of this is that the tournament setup can be saved for future use, and player stats can be accumulated over time.

What sort of database object do I need to create to store this data, and how do I open connections etc and write data to the DB?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

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