TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ram a
NA
1
0
Question on C# strings
Jun 3 2009 5:06 PM
Hi All,
Could some one explain me the difference between the 2 lines below.
string sql = @"SELECT columnname " +
@"FROM tablename " +
@"WHERE ID = '" + settingId + "' ";
string sql = "SELECT columnname " +
"FROM tablename " +
"WHERE ID = '" + settingId + "' ";
Does '@' in the first statement makes any difference?
Reply
Answers (
2
)
read windows mobile registry from pc
release resource