Ask a Question related to Coldfusion Database Access, Design and Development.
-
brianHF #1
MS Access with Unicode driver problems
When using the Microsoft Access driver, the below works.
When using the Microsoft Access with Unicode driver, I get a message stating
#clinicid#" not defined.
Why the difference?
<CFQUERY DATASOURCE="somesource" NAME="list">
SELECT * FROM classlist order by clinictitle, date1
</CFQUERY>
...
<CFOUTPUT QUERY="list">
<TR>
<TD><a href="somepage.cfm?clinicid=#clinicid#">#clinictit le#</a></TD>
</TR>
</CFOUTPUT>
Thank you for any information.
Brian A
brianHF Guest
-
#18169 [Com]: Driver cannot deliver UCS-2 unicode to SQL Server
ID: 18169 Comment by: aireater at gmail dot com Reported By: joesterg at hotmail dot com Status: No Feedback... -
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... -
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... -
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... -
brianHF #2
Re: MS Access with Unicode driver problems
I changed to using the jdbc driver and it is working fine now.
brianHF Guest



Reply With Quote

