Forum: Java and JSP
12-28-2011, 08:04 AM
|
|
Replies: 1
Views: 470
SQL Error
I am new to Java and getting a run time error in sql statement in the java code.
Below is the test code. I want to select the row from CUSTOMER table where CUSTLOGINID = "abc"
String username =...
|