Handling Escape Sequences in SSIS Expression String Literals

Who is online?  0 guests and 2 members
Home  »  Blogs  »  DevinKnight  »  Handling Escape Sequences in SSIS Expression String Literals
 
0
/5
Avg: 0/5: (0 votes)

Comments (3)

nitya
nitya said:
Nice reference
1/27/2010
 · 
 
by
toddmcdermid
toddmcdermid said:
I hate to say that you've got some terms mixed up. A string literal is a hardcoded string. This is a string literal: "Hello" The element you're talking about is an escape sequence. Escape sequences are required to express characters in a string literal that can't be expressed by just typing them, either because they would interfere with the syntax of specifying the string literal - such as using the double-quote character or carriage return - or aren't expressible/visible in the string literal, such as a tab character. Regardless - this is good information that people need to know, because it's very confusing when this expression returns an error: "C:\Temp\This File.txt"
1/27/2010
 · 
 
by
devinknight
devinknight said:
Todd You're right I have phrased it a little backwards here. I'll correct it tonight!
1/27/2010
 · 
 
by
Blogs RSS Feed

DevinKnight's latest blog posts

Blogs RSS Feed

Latest community blog posts