Re: Getting UTF8 data from Oracle, using revdb

2014-02-17 Thread Ben Rubinstein
Bonjour Pierre, Thank you for your response. Unfortunately, alas, it appears that Oracle doesn't work the same way as PostgreSQL in this respect. Although, surprisingly (to me) it accepts an instruction such as SET client_encoding TO 'LATIN9'" with the result ORA0: normal

Re: Getting UTF8 data from Oracle, using revdb

2014-02-15 Thread Pierre Sahores
Hi Ben, Did't had to deal with Oracle backends for a while now but it should work in the same way PostgreSQL UTF8 configured dbs does. Here is what works under PostgreSQL 8.4 to 9.2 : The worflow configuration context : LC Editor client app / Web Browser <- internet -> LC server socket lisren

Getting UTF8 data from Oracle, using revdb

2014-02-14 Thread Ben Rubinstein
I'm having trouble getting some data from an Oracle database using a LiveCode app. The application is running on a Windows 2008r2 machine, addressing Oracle Database 11g Release 11.2.0.2.0 - 64bit Production. The particular column in the database is apparently in UTF8, according to the Oracl