T
Trint Smith
This is how I did this sql server 2000 string in vb.net:
"FROM TBL_TravelMain WHERE TravelMain_Mlv = '" & MLVTrimString & "'"
In C# you can't use the & something &.
How do I put this in C#, or what do I replace the & with?
Thanks,
Trint
.Net programmer
(e-mail address removed)
"FROM TBL_TravelMain WHERE TravelMain_Mlv = '" & MLVTrimString & "'"
In C# you can't use the & something &.
How do I put this in C#, or what do I replace the & with?
Thanks,
Trint
.Net programmer
(e-mail address removed)