SqlCommand cmd = new SqlCommand("select [Project ID] FROM [-----------].[dbo].[---------------------] where Lab='" + OrgId + "'and [Project ID] like '%'+ @ProjectName +'%'");
can anyone explain the meaning of this query, the last lines tho
thanks
subin

Faisal PathanPosted Jan 29, 2019, 1:31 AM
Subin ThomasPosted Jan 29, 2019, 1:26 AM
Faisal PathanPosted Jan 23, 2019, 11:19 PM