Duncan wrote: > <cfif saveAsUnicode>N</cfif>'some text here for this value'
why bother? why not just stuff the data straight in, N'sometext'? > I want to avoid using the n notation, I have no problem with n datatypes. if you don't use cfqueryparam & turn on the unicode option for that dsn, then you *have* to use unicode hinting. > What do we need to do to SQL server to make this happen? nothing. > Do we need to change something in CFMX 6.1 to make this work? use cfqueryparam & turn on the unicode option for that dsn, it's a good practice in any case. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227431 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

