kindly help I am making some fundamnetal querying error below !
Thanks!
Ihave just created a text field, taking user input there and querying the database in the pet table.
String nam = request.getParameter("tex"
rs = statement.executeQuery("select *" + "from pet" + "where name = '"nam"' "
Kindly guide me for syntax error.
Thanks!
Thanks!
Ihave just created a text field, taking user input there and querying the database in the pet table.
String nam = request.getParameter("tex"
rs = statement.executeQuery("select *" + "from pet" + "where name = '"nam"' "
Kindly guide me for syntax error.
Thanks!