To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Sathyanarayanan Ramanathan
Dear All, I am trying to insert Arabic text into my ColdFusion application with Oracle database. I tried below 3 scenarios but didn't work for me. 1. One of my ColdFusion application is already implemented to handle Arabic text using Oracle db. I checked the NLS_characterset is set to

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Jen Larkin
Are you using the oracle to_nchar() function? http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions187.htm#i1006719 I don't recall what the resulting symptoms are, but I recall having to use that to insert multi-byte characters in Oracle. On Sun, Jul 13, 2014 at 12:26 AM,

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Jen Larkin
No wait, I think it's translate. It's been a while. http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions197.htm#i79617 On Sun, Jul 13, 2014 at 12:36 AM, Jen Larkin jlar...@gmail.com wrote: Are you using the oracle to_nchar() function?

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Paul Hastings
On 7/13/2014 2:26 PM, Sathyanarayanan Ramanathan wrote: 1. One of my ColdFusion application is already implemented to handle Arabic text using Oracle db. I checked the NLS_characterset is set to AR8MSWIN1256. There are few Arabic text found in few tables. But when I try to insert some

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Bobby
In the CF Administrator datasource settings, under the advanced section, there is a checkbox for enabling high ascii/unicode chars. It is off by default. Be sure that is checked. Enable High ASCII characters and Unicode for data sources configured for non-Latin characters² On 7/13/14, 3:26 AM,

Billsafe integration

2014-07-13 Thread sebastian mork
Hello, who knows an easy way to integrate Billsafe in a webshop? Anyone has experiences or has written a cfc for billsafe? Otherwise, what do you think is the best way? Using and modifying cfPayment or cfPaymill? (I need to accept invoice-payments, because of that I wanna use billsafe, or

help

2014-07-13 Thread Matthew Smith
I have uploaded the images to: /site_ttheartoflovingcatsanddogs_com/toalcad_images /taolcad_images/ /site_ttheartoflovingcatsanddogs_com/main/taolcad_images I have tried: /taolcad_images/ ../../taolcad_images This code is broke: !---Read the image into an object --- cftry

Re: help

2014-07-13 Thread Maureen
Yes, this code is broken. You have a logic error. The code inside the CFCATCH will only execute of the code in the CFTRY fails. The syntax on the CFCATCH tag is wrong as you have no type declared, and the code on the first line inside the CFCATCH is the same as what you just tried. So if it

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Sathyanarayanan Ramanathan
Dear All, I have created a test oracle database with AR8MSWIN1256 as characterset. Also I created a test table with NVARCHAR2 (1000) as the datatype. Please see the screenshots below. [image: Inline image 1] *Test table:* [image: Inline image 2] *Simple insert statement using Toad for

Re: Billsafe integration

2014-07-13 Thread Russ Michaels
there are so many billing/invoicing options out there to choose form, many of then do not require any coding at all, or at very least you just use their api to add clients/invoices to their system. so it really depends what you want, whether you just want a simple invoicing system, or whether you

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Bobby
Your screenshots will not come through on the the list, you will have to put them online somewhere and send the links instead. As for the ¡°Enable High ascii¡± settings, my apologies, it doesn¡¯t appear to be available for oracle datasources. On 7/13/14, 9:47 AM, Sathyanarayanan Ramanathan

Re: help

2014-07-13 Thread Dave Watts
Yes, this code is broken. You have a logic error. The code inside the CFCATCH will only execute of the code in the CFTRY fails. The syntax on the CFCATCH tag is wrong as you have no type declared, and the code on the first line inside the CFCATCH is the same as what you just tried. So if

Re: help

2014-07-13 Thread Matthew Smith
what path should i use? On Sun, Jul 13, 2014 at 10:11 AM, Dave Watts dwa...@figleaf.com wrote: Yes, this code is broken. You have a logic error. The code inside the CFCATCH will only execute of the code in the CFTRY fails. The syntax on the CFCATCH tag is wrong as you have no type

Lanyrd Site for NCDevCon

2014-07-13 Thread Roger Austin
The NCDevCon team announced that they set up a Lanyrd site for the September 13-14, 2014 conference. Lanyrd Site: http://lanyrd.com/2014/ncdevcon/ There will be a ColdFusion track as well as JS, HTML/CSS, design, security, and others. The sessions include great speakers from the Adobe team,