Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Dicky #1
Access + Unicode
Hi,
I require the use of an Access 2000 DB with windows 2000 and CF MX 6. I would
like to be able to provide information in multiple languages and so require
unicode support.
I tried adding the datasource in CF Admin with unicode support but I receive
this error:
Error Executing Database Query.
It's a bog standard cfquery but its not working:
<cfquery name="getGreek" datasource="languageTestx">
SELECT content
FROM language
</cfquery>
I'm guessing there must be a setting somewhere in CF admin or something?
Any ideas?
Thanks,
Richard
Dicky Guest
-
Problem with Access with Unicode
I just installed CF 7. In Coldfusion Admin, the databases I created using Access are Ok. But the samples databases using Access with Unicode do not... -
MS Access unicode compression
Using both CF 5 and 6 with MS Access 2002 as the database. Trying to create and maintain tables through a ColdFusion app, and running into... -
Connecting to microsoft access with unicode
I am trying to Connect my database to microsoft access with unicode connection So when this box appaers it ask for Cf data Source name which is... -
Access With Unicode
For some reason ODBC for coldfusion isn't working so I have to use the unicode driver. None of my quieries are working do I have to write them... -
Coldfusion MX 7.0 with 'Access with Unicode'
I used to use Coldfusion 5 with Access DB (Using ODBC DSN) under IIS, everything works fine. Now I upgraded Coldfusion 5 to Coldfusion MX 7.0 with...



Reply With Quote

