|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
String fexp="";
fexp=request.getParameter("fexpcujob"); "SELECT * FROM jobreg where jobreg.expcujob=fexp"; this query is not working. here jobreg is the table name and cxpcujob is the field name. |
|
#2
|
|||
|
|||
|
Hello,
Try this for your query: String query = "SELECT * FROM jobreg WHERE jobreg.expcujob=" + fexp; |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > servlets + mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|