
October 16th, 2000, 08:54 AM
|
|
Junior Member
|
|
Join Date: Aug 2000
Location: chennai, tamil nadu, INDIA
Posts: 27

Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
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.
|