gpt4 book ai didi

c# - Visual C# Winforms 数据库问题

转载 作者:搜寻专家 更新时间:2023-10-30 20:31:02 26 4
gpt4 key购买 nike

我遇到了我的数据库问题..错误..

INSERT INTO Customer (CustomerName)
VALUES ('Joe Schmoe'); LAST_INSERT_ID();

我在我的 winform 中使用了类似的东西,所以这个声明:

  INSERT INTO Customer (CustomerName)
VALUES ('Joe Schmoe'); LAST_INSERT_ID();

-显示我的客户列中最后插入的 ID

我想将我可以获取的值存储到一个变量中,这样每当我将一个值放入它的子表(外键)时,我将使用我存储在我的变量中的值到我的插入语句中。

如何将其存储在变量或控件中?

最佳答案

请看下面的例子。在不知道您的数据库的情况下无法给出准确的 SQL。

SQL Server and C#: get last inserted id

Get inserted id.

How to get last inserted id?

Getting the identity of the most recently added record

C# Code Snippet - Get Identity Column Value from SQL Server

编辑

如果是 MySQL 数据库,你可以使用 LAST_INSERT_ID()内置函数。

Here是一个代码示例。

关于c# - Visual C# Winforms 数据库问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7396277/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com