Ask a Question related to Coldfusion Database Access, Design and Development.
-
VicTci #1
MySQL & russian characters
Hi,
For MsSQL N'xxx' and nvarchar is OK.
What I can do for MySQL
Thanks,
Victor
VicTci Guest
-
Flash+XML+PHP+MySQL - HOW TO PASS RUSSIAN WORDS
What I have : Apache2 HTTP server PHP 4.3.58 MySQL Server What I do : I've wrote a script on PHP that takes some text from MySQL database and... -
Russian and SQL Server or MySQL
Hi, Have a problem inserting and extracting russian characters into SQL Server,MySQL database Used CFMX 6. Thanks, Victor -
Escaping characters in MySQL
CFMX works fine with MySQL database 99% of the time. However, when a field in a query includes an apostrophe, CF is escaping it in the Windows SQL... -
MySQL characters
As long as Im on the subject... Is there any way I can use characters such as: á,é,í,ó,ú,º,ª, etc in MySQL??? thanks -
cut text in russian characters from word and paste in DW doc not working ??
I am using Dreamweaver for a university project. I am using it in combination with Microsoft word 2000. I have a PC with Windows XP. I have a... -
PaulH #2
Re: MySQL & russian characters
for sql server, cfqueryparam is
[url]http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20[/url]
ED-7DEE-2A913AFD8651643F.
for mysql you'll need a version that supports unicode (if you want to use
unicode, which i recommend) and need to set the databe/table/whatever encoding
to unicode. in the DSN for that mysql, under the advanced menu, connection
string option add: "using useUnicode=true&characterEncoding=utf8" if you don't
want to use unicode, substitute your encoding for utf8.
PaulH Guest



Reply With Quote

