I have an sql string in a C# script:
"SELECT d.salesrep_id FROM tblDeal as d WHERE d.orderdate = '" &
request.queryst ring("boarddate ") & "';";
....but I can't use request.queryst ring because it is vb.net . Is there
a comparable statement in c# that works?
thanks
..NetSports
"SELECT d.salesrep_id FROM tblDeal as d WHERE d.orderdate = '" &
request.queryst ring("boarddate ") & "';";
....but I can't use request.queryst ring because it is vb.net . Is there
a comparable statement in c# that works?
thanks
..NetSports
Comment