| Author |
Error Type Mismatch
|
Kamlesh Ugale
Greenhorn
Joined: Dec 23, 2009
Posts: 1
|
|
Hello
i m tring to retrive data From Stored Procedure Using Jsp
i hv Error : Type mismatch: cannot convert from ResultSet to CallableStatement
Code : In Jsp Page
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
Kamlesh,
Welcome to JavaRanch! I added [ code ] tags around the code to make it easier to read.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
Which line in that code throws the error?
It would also be good to point that that best practices say not to have Java code in a JSP.
|
 |
 |
|
|
subject: Error Type Mismatch
|
|
|