Skip to main content

New answers tagged

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 ...
NeartCarp's user avatar
  • 273

Top 50 recent answers are included