S
SK
Hello all,
I need to pass a string to a sql procedure in this fashion
<DateParam>
<BeginDate="2007-01-25" BeginTime="08:30 AM" EndTime="09:45AM"/>
</DateParam>
If you notice the date and time are enclosed in double quotes. How do
I achieve this in C#
I tried using the escape sequence "\"", but the \ also gets included
and the stored procedure fails.
The stored procedure is not ours and is being called from our code to
update another db.
Any help would be appreciated
SS
I need to pass a string to a sql procedure in this fashion
<DateParam>
<BeginDate="2007-01-25" BeginTime="08:30 AM" EndTime="09:45AM"/>
</DateParam>
If you notice the date and time are enclosed in double quotes. How do
I achieve this in C#
I tried using the escape sequence "\"", but the \ also gets included
and the stored procedure fails.
The stored procedure is not ours and is being called from our code to
update another db.
Any help would be appreciated
SS