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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -