Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How can I make CF9's ORM (aka Hibernate) save strings as unicode string?
I.e. use prefix N'string' in SQL Server
N'string'
Thanks!
<cfproperty name="showName" type="string" sqltype="nvarchar(50)" />