By Bill Cunnien - 12/22/2007
I have inherited a database (couple of them actually) that has spaces in some of the column names. These seem to give the object mapper a serious bit of trouble. Is there a way to rename these columns in the mapper so that I do not have build errors all over the place?Thanks, Bill
|
By Keith Chisarik - 12/22/2007
I didn't have spaces, I had special characters, I had to create an updateable view for those tables, which allowed me to alias the field names that gave me issues.
|
By Bill Cunnien - 12/26/2007
Great idea! Thanks!!
|
|