W
weird0
i write query in this manner by contatenting a string:
cmd.CommandText = "SELECT acc_name FROM Account_Information
where user_id='" + User_Id + "'";
Is there any other way to do it....
please tell me how to do so and some good link related to that?
cmd.CommandText = "SELECT acc_name FROM Account_Information
where user_id='" + User_Id + "'";
Is there any other way to do it....
please tell me how to do so and some good link related to that?