A blog to help me remember what in the hell i've done and what not to do again. ever. Maybe you'll learn from my mistakes or epiphanies.
Blog topics include SQL, T-SQL, Google, Windows, Visual Basic, Python, C#, etc.
Thursday, January 22, 2009
Reporting Services Custom Code gotchas
1) When using functions make sure to remember to use/know to use case...as in:
string.toupper() - does not work string.ToUpper() - DOES work...
No comments:
Post a Comment