Search Results

1
vote

What is the point of the finally block?

@iAn and @mats: I would not "tear down" anything in finally {} that was "set up" within the try {} as a rule. Would be better to pull the stream creatio …
0
votes

.NET and TSQL “For Xml Auto” Splits XML Result

Check this out: http://support.microsoft.com/default.aspx?scid=kb;en-us;310378 You can workaround …