Ask a Question related to Coldfusion Database Access, Design and Development.
-
djprice #1
Writing international characters to oracle in CF5
When I try to write data to oracle with internaltional characters in it, it
will give the following error: Oracle Error Code = 1756 ORA-01756: quoted
string not properly terminated SQL = 'SELECT ProjectID, Project, Carline,
LeaderID, MemberID, LeadCert, MemCert, CoachID, Location, PMasterID,
RMasterID,PRTS, Approved1Date, CompleteDate, Approved2, Approved2Date,
Approved3Date, Approved4Date, cc_date, SubmitProj, SubmitProjFirst,
Approved3First, Metric, Savings, CurrentStatus, Projects.SubID,
JDP_Sub.SubCategory, JDP_Cat.Category FROM Projects, JDP_Cat, JDP_Sub WHERE
JDP_Cat.CatID = JDP_Sub.CatID AND JDP_Sub.SubID = Projects.SubID AND
CurrentStatus <> 'CNA' AND openClose <> 'Close' AND
Location=preservesinglequotes('GMB Gravata? ORDER by Project ASC' The last
filed is not completed because of the special character the appears as a box. I
have included the NLS_LANG attribute in the CF start up script to get the form
to be able to display these characters, but now they cannot be written to
oracle. This application was recently moved from windows CF5 to UNIX CF5. The
app worked OK in Windows. Please help.
djprice Guest
-
Garbeled international characters
My application loads text from a mysql database using a loadVars object calling a php script. My problem is that the international characters are... -
International Characters
Hello to the Community. I have developed a web site that is managed by a CF5 based messages + translation system. On the same server there are... -
WSE and international characters
I'm using WSE 1.0 SP1 (Web Service Engancements) to send/reveive binary data as DIME-attachments. But after I attached WSE international characters... -
XMLHTTP international characters
Hi Im trying to stream a webpage from a site with XMLHTTP but when I get the results with responseTXT all international chars are replaced with... -
CDO.Message - International characters
Hello, Is there a way to change encoding of a message created with CDO.Message, or otherwise send international characters (unicode) in Textbody?... -
jonwrob #2
Re: Writing international characters to oracle in CF5
Typically, that error occurs when you have a quote in the text you are trying
to insert. You didn't include the SQL for the insert. Are you using bind
variables? That usually takes care of that problem. If not, look up
cfprocparam in the docs.
JR
jonwrob Guest



Reply With Quote

