the following query throwing error. plz help me & tell me what is the error.
this query returing following result:
string sqlcmd = "UPDATE branch SET brac_subj = " + query_data + " WHERE (braid = "+dd_branch+")";
UPDATE branch SET brac_subj = "'11' , '12' , '13' , '14' , '15' , '16' , '17' , '18' , '19' , '20' , '21'" WHERE (braid = 1)
how can i store the string in following format:
'11' , '12' , '13' , '14' , '15' , '16' , '17' , '18' , '19' , '20' , '21'