![]() |
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" Code:
String username = "abc";Thanks |
And what is the error you are receiving?
You may as well simplify this as well by making it a prepared statement. Prepared statements have many advantages over standard statements. Code:
String username = "abc"; |
| All times are GMT +1. The time now is 11:22 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.