New answers tagged odbc
0 votes
ODBC must declare the scalar variable
In ODBC Driver 18, SQL Server 2022, using a variable name after the question mark didn't work for me. So the above code would be string qryStr = "insert into info(code) values(?);"; in ...
Top 50 recent answers are included
Related Tags
odbc × 9605sql-server × 1895
sql × 1371
php × 1187
ms-access × 1061
mysql × 926
c# × 908
oracle-database × 634
excel × 543
r × 534
python × 509
database × 505
c++ × 438
vba × 387
pyodbc × 369
postgresql × 328
java × 317
jdbc × 286
.net × 278
db2 × 273
unixodbc × 231
linux × 211
windows × 205
ssis × 202
pdo × 195