| Author |
hey can you tell me
|
nhlanhla mazibuko
Greenhorn
Joined: Mar 28, 2008
Posts: 16
|
|
What dose this information mean? to my database connection
org.apache.jasper.JasperException: An exception occurred processing JSP page /databaseconnectionjsp.jsp at line 33
30: System.out.println("Error occurred " + e);
31: }
32: try {
33: stmt = conn.prepareStatement("SELECT * http://localhost:8080/knotionproject/databaseconnectionjsp.jsp=");
34: stmt.setString(1, "nhla123");
35: result = stmt.executeQuery();
36: stmt.close();
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Please use a Meaningful Subject when you post.
Is this a SQL query you are using? If so, that's not a valid SQL. What are you trying to do here?
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
 |
|
|
subject: hey can you tell me
|
|
|