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