macromedia.coldfusion.flash_integration
[Top] [All Lists]

Re: problem with polish letters passing to database

Subject: Re: problem with polish letters passing to database
From: PaulH **AdobeCommunityExpert** <paul@xxxxxxxxxxxxxxxxxx>
Date: Wed, 10 Oct 2007 17:07:53 +0700
Newsgroups: macromedia.coldfusion.flash_integration


farmazone wrote:
I use MySQL 5.0.41 .

what db driver? make sure it's the JDBC one not ODBC. have you added "useUnicode=true&characterEncoding=utf8" to the url for the mysql dsn?

 <cffunction name="update" access="remote" returntype="any">
                <cfargument name="str" type="string" required="yes">

this looks ok except that i'd recommend using cfqueryparam & i'm not a big fan of the "this" scope.

<Prev in Thread] Current Thread [Next in Thread>