If I set a breakpoint in visual studio 2000 and viewed a local
variable (in the "locals" panel), I would see something like:
sql | "
SELECT
Operator.FirstN ame,
....
now I am using visual studio 2003, I see something like:
sql | "\r\nSELECT \r\n\t\t\tOpera tor.FirstName, ...
I often cut and paste such statements into sql query analyzer ... it
would be helpful to get back the old view.
Any ideas would be very helpful.
Thanks!
Felix
variable (in the "locals" panel), I would see something like:
sql | "
SELECT
Operator.FirstN ame,
....
now I am using visual studio 2003, I see something like:
sql | "\r\nSELECT \r\n\t\t\tOpera tor.FirstName, ...
I often cut and paste such statements into sql query analyzer ... it
would be helpful to get back the old view.
Any ideas would be very helpful.
Thanks!
Felix
Comment