对此感到非常困惑。
我想从数据帧向SQL服务器附加行 - 但执行此操作的详细输出让我知道它正在使用表中的每列插入
(详细输出)
查询:INSERT INTO“Products”(“ID”,“ParentProductID”等等..所有列)VALUES(?,?,?,?,?,?,?,?,?,?,?)
我尝试过没有colnames。错误总是:
odbcUpdate出错(频道,查询,mydata,coldata [m,],test = test,: 缺少“数据”中的列 - 但只有数量
const ipcMain = require('electron').ipcMain;
ipcMain.on('open-file-dialog', function (event) {});