RE: Inserting Special Characters in Oracle using TORQUE.

2007-10-28 Thread SheraX
Alright, I understand now. Thanks alot for the help.. I need to look for the solution with least impact on the application. Regards Sheraz Jamshed Thomas Fischer-11 wrote: SheraX [EMAIL PROTECTED] schrieb am 26.10.2007 12:30:15: Thanks alot for the reply Thomas. Regarding your

RE: Inserting Special Characters in Oracle using TORQUE.

2007-10-26 Thread Thomas Fischer
There are fixed length character sets (each character uses the same amount of space, like ISO-8859-1 (1 byte) or unicode(2 bytes)) and variable length character sets where some characters neen more space than others (e.g. utf-8 where characters can occupy 1-3 bytes). It seems that java and the db

RE: Inserting Special Characters in Oracle using TORQUE.

2007-10-26 Thread SheraX
Thanks alot for the reply Thomas. Regarding your solution a) how can I check the length for the character set that Tourque Uses? For solution b) how can I change the db character set? Can we change the charset of db from any torque configuration files ? Thanks in advance... Sheraz Jamshed

RE: Inserting Special Characters in Oracle using TORQUE.

2007-10-26 Thread Thomas Fischer
SheraX [EMAIL PROTECTED] schrieb am 26.10.2007 12:30:15: Thanks alot for the reply Thomas. Regarding your solution a) how can I check the length for the character set that Tourque Uses? You misunderstood me. Not Torque uses a characterset, but the database does. Check Your database manual