Ask a Question related to Coldfusion Database Access, Design and Development.
-
VicTci #1
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
VicTci Guest
-
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
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... -
MySQL & russian characters
Hi, For MsSQL N'xxx' and nvarchar is OK. What I can do for MySQL Thanks, Victor -
Russian texts into MS SQL-Server
I'm programming a formular, which should be used by many countries and by the input of the russian texts there seems to be a problem. I imported... -
Seen this message? Can't connect to local MySQL server throughsocket '/tmp/mysql.sock'
Allen Marshall wrote: I just saw it in another newsgroup. Don't multi-post! -- Gunnar Hjalmarsson Email:... -
PaulH #2
Re: Russian and SQL Server or MySQL
what encoding are you using? what datatypes for sql server? what ver of msql? are you using the JDBC drvers? for sql server see [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url]
PaulH Guest
-
VicTci #3
Re: Russian and SQL Server or MySQL
....
windows1251> what encoding are you using?varchar> what datatypes for sql server?2003 SP1>what ver of msql?I try drivers "ODBC socket" & " MSSQL SQLServer" which present in the>are you using the JDBC drvers?
CFMX6 without success
For Access driver "Microsoft Access with Unicode" work fine .
I not see information about work with DB> for sql server see [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url]
Thanks!
VicTci Guest
-
PaulH #4
Re: Russian and SQL Server or MySQL
confused, is your db access or sql server? if it's sql server, your text
columns has to be one of the "N" types (nText, nVarchar or nChar). look again
at that page, there's a "peek" link that shows how that page was done in cf. i
also didn't notice any russian text there. i guess you didn't try any part of
it.
PaulH Guest
-
VicTci #5
Re: Russian and SQL Server or MySQL
....sql server.> confused, is your db access or sql server?
But I test work with Access too .
Access & "Microsoft Access with Unicode" work fine with russian charactersagain> if it's sql server, your text
> columns has to be one of the "N" types (nText, nVarchar or nChar). look
Ok I try it.
It can work with
drivers "ODBC socket" or " MSSQL SQLServer" as well ?
Thanks!
VicTci Guest
-
PaulH #6
Re: Russian and SQL Server or MySQL
i don't recommend ODBC sockets for this sort of thing. JDBC should work better.
btw i would also suggest you go w/unicode (utf-8) instead of that windows
codepage encoding. it will save you some trouble in th long run.
PaulH Guest



Reply With Quote

