Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
IVO2003 #1
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 DB
'Access with Unicode'. <cfinsert > tag can not insert long text anymore. If
user inputs long text in 'Description' Textarea, CFINSERT reports an error.
'Description' uses MEMO type in access DB. Please help! Error Message:
Error Executing Database Query. The error occurred in
C:\Inetpub\wwwroot\sample\InsertMessage.cfm: line 37 35 : <cftransaction> 36
: <CFINSERT DATASOURCE='MyDB' TABLENAME='Messages' 37 :
FormFields='SiteID,Subject,Description'>
--------------------------------------------------------------------------------
SQL insert into Messages(SiteID,Subject,Description) values ( (param 1) ,
(param 2) , (param 3) )
IVO2003 Guest
-
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... -
Unicode characters from DB2 using JDBC in ColdFusion MX7
JDBC driver from ColdFusion MX 7 does not return Unicode characters to me. I create data sources for one Unicode DB2 7.2 database -- one for direct... -
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... -
Coldfusion 7 - unicode
With this documentation, http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=2d2a7a19, I have fixed my unicode problems with MS Access.... -
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... -
BenForta #2
Re: Coldfusion MX 7.0 with 'Access with Unicode'
Did you try the Access driver (instead of Access with Unicode)?
BenForta Guest
-
IVO2003 #3
Re: Coldfusion MX 7.0 with 'Access with Unicode'
CFInsert can insert long text in Access DB, however, since this site contains
some chinese, it could NOT show chinese with Access, it could not show chinese
with ODBC Socket either in coldfusion mx 7.0. It only works with access with
Unicode, however, Access with Unicode: 1. CFINSERT could not insert long text.
2. DB field name could not be 'password', seems 'password' is the key word
reserved in coldfusion mx 7.0. Thanks.
IVO2003 Guest



Reply With Quote

