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.
CF9のORM(別名Hibernate)に文字列をUnicode文字列として保存させるにはどうすればよいですか?
つまり、SQLServerでプレフィックスN'string'を使用します
N'string'
ありがとう!
<cfproperty name="showName" type="string" sqltype="nvarchar(50)" />