when i write a query in mutiple line, i get this error
is there any solution for that?
How i by pass this error?
i like to keep query in multi line..it is easy to read and make modification.
SqlCommand cmd = new SqlCommand("select emp_name
from emp_table
where status = 'retired'
gives me,cnn);
Go to the complete details ...