ASP.NET ODBC Query with parameters

前端 未结 4 884
醉话见心
醉话见心 2020-12-01 19:46

Please help me, I don\'t know what can be wrong with the following code:

        OdbcConnection conn = new OdbcConnection(connString);
        String query =         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-01 20:20

    Typically you'll see this when you misspell a column name in your SQL statement. Are you sure of those column names (custId, custName, etc.)?

提交回复
热议问题