java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Too few parameters

后端 未结 2 1835
一生所求
一生所求 2021-01-19 05:42

It seems that this part of my code is where the exception occurs:

c = dbConnection.getConnection(); 
q = \"SELECT * FROM book WHERE nextInc<=? AND inlib=?         


        
2条回答
  •  天涯浪人
    2021-01-19 06:06

    As per this, the error could occur because of non-existent column.

    Could you put the structure of the table here?

提交回复
热议问题