Your are correct. If you are passing the actual SQL statement, then you do not need to use any C#/.NET methods in your statement. Everything should work with T-SQL.
Note, of course, that the ampersands (&) need to replaced with plus (+) signs.
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
Careed
All-Star
18764 Points
3637 Posts
Re: Need help to use Math functions of classic visual basic to c#.
Sep 15, 2011 08:25 PM|LINK
Your are correct. If you are passing the actual SQL statement, then you do not need to use any C#/.NET methods in your statement. Everything should work with T-SQL.
Note, of course, that the ampersands (&) need to replaced with plus (+) signs.
"The oxen are slow, but the earth is patient."