gpt4 book ai didi

c# - 在 Excel 工作表中插入数据时 Insert into 语句中的语法错误

转载 作者:行者123 更新时间:2023-11-30 22:22:14 27 4
gpt4 key购买 nike

我正在运行时在我的 Windows 窗体中导入 Excel 工作表,通过窗体向其中添加一些数据。当我插入该数据时,它给出:

syntax error in insert into statement

这是我正在使用的查询:

string qry = string.Format("Insert into [Sheet1$] (username,password) values('"+uname+"','"+pwd+"')");

最佳答案

试试这个,即将 [] 添加到列中:

string qry = string.Format("Insert into [Sheet1$] ([username],[password]) values('"+uname+"','"+pwd+"')");

也可以尝试不使用 string.Format()

关于c# - 在 Excel 工作表中插入数据时 Insert into 语句中的语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13945343/

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