hi,
i have these lines of code (they are jsp)
but then when i execute, i get the following error
did i do something wrong?
thanks.
i have these lines of code (they are jsp)
Code:
13: ResultSet result = statement.executeQuery("select COUNT(id) from message where to='test'");
14: Integer inbox = result.getInt(0);
Code:
javax.servlet.ServletException: java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
thanks.
Comment