Code:
String q = ("update institutes set institute_facilities='"+fac+"' where institute_id = '"+id+"' ");
Can anybody help me on this??
Thank You.
String q = ("update institutes set institute_facilities='"+fac+"' where institute_id = '"+id+"' ");
Comment