J
Jerry
Hi,
I am not sure if this the correct group to ask or not, but here it goes. I
am having problems inserting
data into MS SQL 2005 vai c#.
I have strings( varchar( 80 )), that have ' and " in them:
'Danny's Place'
' 1' 1/2" '
How do I get SQL in c# to take varchar with ' & " ?
I have found issues in creating column names with / & % as well. Any ideas?
Thanks,
Jerry
I am not sure if this the correct group to ask or not, but here it goes. I
am having problems inserting
data into MS SQL 2005 vai c#.
I have strings( varchar( 80 )), that have ' and " in them:
'Danny's Place'
' 1' 1/2" '
How do I get SQL in c# to take varchar with ' & " ?
I have found issues in creating column names with / & % as well. Any ideas?
Thanks,
Jerry