Ask a Question related to Coldfusion Database Access, Design and Development.
-
fourteen #1
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 Support, the
same databases will not verify.
It is my understanding that Unicode Support is necessary so that the databases
can have Japanese characters entered and queried. Any suggestions?
fourteen Guest
-
Unicode support in C-level extension api
I want to pass unicode characters from javascript to a C program. I am using the "JS_ValueToString()" and "JS_StringToValue()" functions to pass... -
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... -
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... -
NO unicode support in Fireworks MX 2004?!
Hello everyone, I have installed the trial version of the Studio MX 2004 on Mac OS 10.2.7. Unfortunately, in Fireworks MX 2004, the Unicode... -
Unicode characters support: no in SQL - yes in Access.
What datatype is the data stored in SQL Server? To utilize unicode, you myst use nchar, nvarchar, or ntext... not char, varchar, or text.... -
PaulH *TMM* #2
Re: Access database with Unicode support
fourteen wrote:
make sure you have at least MDAC 2.1 installed on the server. double check the> I can verify the databases normally, but when I turn on Unicode Support, the
> same databases will not verify.
table and column names, that driver has it's own set of reserved words. off the
top my head name, Image, owner, values, load, ref, Job. probably others, search
the forums.
PaulH *TMM* Guest



Reply With Quote

