P
Phil Hunt
What is the significance of and @ prefix of a string. I see it mostly used
in a SQL statement .
Thanks
in a SQL statement .
Thanks
Phil Hunt said:I understand what you are saying.
But maybe I should give an example right out of a book I am reading.
In C# :
String strConn = @"Data Source=.\SQLExpress;" +
"Initial Catalog=Northwind"
The @ sign is not insdei the string. I cannot find any explanation anywhere
what this means.