how to solve this er"java.sql.SQLException: Can not issue SELECT via executeUpdate()"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rahul Mandhany
    New Member
    • Aug 2013
    • 1

    how to solve this er"java.sql.SQLException: Can not issue SELECT via executeUpdate()"

    please help me (the problem is how to fetch data single intry from database select from user in jsp page)
    Attached Files
  • shashikala
    New Member
    • Aug 2013
    • 12

    #2
    For select query u should use executeQuery() and not executeUpdate() .

    Comment

    Working...