[SQL] 如何將變數存入資料庫
請問各位大大
我想用c++儲存變數s1到sql server的time這一欄內(資料型態float)
float s1 =1;
qry.exec("INSERT INTO hospital.dbo.list(ID,PW,time)"
"VALUES('333','333','"+s1+"')");
但在VALUES('333','333','"+s1+"')出現問題
invalid operands of types 'const char [87]' and 'float' to binary 'operator '
想問問SQL的語法要怎麼改
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.125.97.179
※ 文章網址: https://www.ptt.cc/bbs/Database/M.1478704497.A.434.html
→
11/10 16:06, , 1F
11/10 16:06, 1F
Database 近期熱門文章
PTT數位生活區 即時熱門文章