Ask a Question related to Coldfusion Database Access, Design and Development.
-
blanked-face #1
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 some russian
texts from Excel into the MS SQL-Server 200 and this texts are making no
problems. This texts will be shown correctly on the browser. Only if I use a
ColdFusion-Script (ColdFusion MX) to write the russian text into the database
there appears only ???? in the table. I declared "utf-8" as characterset. And
by the integration of the database in the adminstrator I clicked "Enable
Unicode for data sources configured for non-Latin characters ".
Who can help me?
blanked-face Guest
-
texts position
hi there. its a simple and easy task, i hope. all i want to do is to find out where there is text in the document. so the texts position, not... -
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 -
Texts with different color?
I'm building a simple interface, querying database for certain application names and put the query result in a drop down selection list. There are... -
Sorry,Why can not my texts be typeseted?
I have typeset them before post. But all become one paragraph. why? -
Highlighting texts
Is there an easier way to highlight a text, to be copied for example, than left click hold while hundreds of pages scroll by? Does Windows XP... -
PaulH #2
Re: Russian texts into MS SQL-Server
are the columns holding the text "N" datatypes (nchar, nvachar,ntext)? when you
insert text are you using unicode hinting (N')? or are you using cfqueryparam?
you might take a look at [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url].
PaulH Guest
-
-
PaulH #4
Re: Russian texts into MS SQL-Server
if you follow good practicesand use cfqueryparam you should probably read [url]http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F[/url].
PaulH Guest



Reply With Quote

