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# 在 Visual Studio 中创建了一个 SQL 数据库。数据库是一个记录存储,因此它存储客户、记录和购买。一切似乎都很好,但是当客户进行购买时,应该访问记录表中的记录,然后,如果我要再次调用该记录,它应该允许我。但我只是努力做到这一点。有什么建议么?