sql server - PHP/T-SQL: Cannot update column with umlauts in name -


i having problems updating column umlauts in name. works fine if rename it, it's third party database , cannot rename permanently, because not know sp:s, update or maintenance operations are/will performed db. on sql server cmd can update it.

here plain query (yhtiö causes update fail)

update [third].[dbo].[partydb] set  [yhtiö] = '".$yritys."'  [id] = '".$id."' 

error:

invalid column name 'yhtiö'.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -