Click here to Skip to main content
15,887,746 members

Comments by Steve Roberson (Top 4 by date)

Steve Roberson 22-Nov-11 11:43am View    
Deleted
Yes but it only trims spaces, not commas.
Steve Roberson 21-Nov-11 17:15pm View    
Deleted
I believe the rtrim function that will trim characters more than spaces is not supported in MSSQL but is in Oracle.
Steve Roberson 6-Sep-11 15:53pm View    
Deleted
Why couldn't you have overloaded the constructor? The original constructor could still be called and not break existing code.
Steve Roberson 16-Jun-11 9:17am View    
Deleted
I had tried that and propertyName[i] was returning me the decimal ascii code for the character instead of the character. I had to add the ToString() to return the actual character.