Hi.. In my SQL statement: var resultset = oracleConnection.select("select fullName from USERS_MAIN"); the oracledart could not read a field of more than 15 characters I was able to read the name as: ''Hasan Abd Allah' [15 character] but could not read it as 'Hassan Abd Allah' [16 character] I tried same with other fields, kept changing the number of characters, everything is fine upto 15 characters only! thanks