Ask a Question related to Coldfusion Database Access, Design and Development.
-
Yadish #1
Unicode Data and Database
Dear Friends,
I have a database which contains records in Unicode format. I access my this
database (which is MS Access database) in ASP by using following method:
<%=Server.HTMLEncode(oRs.Fields("field name").Value)%>
This works fine but when I use CFML It just shows ???? (question marks). Let
me know what should I do?
Regards,
Amanat
Yadish Guest
-
DBI/DBD::Ingres and unicode data types
DBI version 1.5 DBD::Ingres version 0.51 Using Ingres r3 on linux I have a table that has a column with a nvarchar data type. The following... -
Access database with Unicode support
I'm trying to verify Access 2000 databases on a CF MX 6.1 Windows installation. I can verify the databases normally, but when I turn on Unicode... -
Unicode Problem in MySQL database
I am using an MySQL database with utf-8 character set. When I check the data through phpMyAdmin, the data looks fine (I am using hebrew chars). but... -
Is there a way to work with Unicode database (IBM DB27.2) using ODBC socket data source?
Is there a way to work with Unicode database (IBM DB2 7.2) using ODBC socket data source? Standard ODBC services shipped with ColdFusion MX 7.0... -
cf structure and unicode data
Hello, Has anyone tried storing unicode characters in a cf structure? I have a structure in which I'm trying to store Japanese unicode... -
Yadish #2
Unicode Data and Database
Dear Friends,
I have a database which contains records in Unicode format. I access my this
database (which is MS Access database) in ASP by using following method:
<%=Server.HTMLEncode(oRs.Fields("field name").Value)%>
This works fine but when I use CFML It just shows ???? (question marks). Let
me know what should I do?
Regards,
Amanat
Yadish Guest
-
-
mxstu #4
Re: Unicode Data and Database
See [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=103990[/url]
mxstu Guest
-
Yadish #5
Re: Unicode Data and Database
How I can use it? I mean what is unicode driver for Access?
Regards,
Yadish Guest
-
PaulH #6
Re: Unicode Data and Database
it is what it says, a unicode capable driver for access. assuming you're using
cf 6 and above: if you control your server, change the driver for that DSN to
"access for unicode" (it's listed in the drivers) via cfadmin. if not, tell who
ever does to do that for you.
to short circuit the inevitable follow-up: what program did you use to enter
the data? what encoding did you use to enter the data? what encoding are you
using in your cf application?
PaulH Guest



Reply With Quote

