At 03:57 PM 2/22/99 +0530, you wrote:
>ResultSet rs = stmt.executeQuery ("SELECT * FROM sample1 WHERE ename =
>'mahesh'");
>this is working but
>ResultSet rs = stmt.executeQuery ("SELECT * FROM sample1 WHERE ename = "+
info1 >+";");
>it is giving java131 runtime error. where info1 =
Try it without the trailing semicolon you have in the second statement.
Bob
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html