Search found 7 matches
- Tue Sep 15, 2015 4:37 pm
- Forum: R&R ReportWorks Users
- Topic: Interesting results about SQLEXP for Oracle
- Replies: 1
- Views: 3346
=> RE: Interesting results about SQLEXP for Oracle
The Oracle CHR() function works fine.______SQLEXP( "CHR( 84 )" ) returns ^T^______SQLEXP( "CHR( 116 )" ) returns ^t^.______So, the problem is with the way the Oracle driver interprets ASCII() and ASCIISTR()________
- Tue Sep 15, 2015 4:16 pm
- Forum: R&R ReportWorks Users
- Topic: Interesting results about SQLEXP for Oracle
- Replies: 1
- Views: 3346
Interesting results about SQLEXP for Oracle
Hi,____This is related to Topic 1519, Oracle report fields empty______Our varchar2 fields were showing as blank, and it was recommended that we use SqlExp and Cast. Didn^t work.______However, several interesting results, after some testing today:____0. Using Oracle^s SUBSTRING() doesn^t help. Still ...
- Mon Oct 01, 2012 9:34 am
- Forum: R&R ReportWorks Users
- Topic: Any new releases coming up?
- Replies: 1
- Views: 2098
=> RE: Any new releases coming up?
>I know there probably isn^t much revenue going on with __>ReportWorks, but just wanted to see if any development is __>taking place. __>__>Mainly interested in fixes for blank fields in varchars. __>Nothing critical, really. ______Ok, I^m done with Liveware. No point in wasting time with customer s...
- Mon Sep 24, 2012 9:35 am
- Forum: R&R ReportWorks Users
- Topic: Any new releases coming up?
- Replies: 1
- Views: 2098
Any new releases coming up?
I know there probably isn^t much revenue going on with ReportWorks, but just wanted to see if any development is taking place.____Mainly interested in fixes for blank fields in varchars. Nothing critical, really.________
- Fri Aug 24, 2012 9:21 am
- Forum: R&R ReportWorks Users
- Topic: Oracle report fields empty
- Replies: 2
- Views: 2401
==> RE: Oracle report fields empty
Thanks CST. Unfortunately, even with the CASTing, the varchars aren^t displaying anything.____
- Mon Aug 20, 2012 10:58 am
- Forum: R&R ReportWorks Users
- Topic: Character Data not Displaying
- Replies: 3
- Views: 3164
=> RE: Character Data not Displaying
I^m having the same problem with Oracle. Had exactly the same, with Sql Server, a couple of years ago.____I think Support is on vacation right now.__
- Tue Aug 07, 2012 1:47 pm
- Forum: R&R ReportWorks Users
- Topic: Oracle report fields empty
- Replies: 2
- Views: 2401
Oracle report fields empty
Hi,____For some reason, only some of the field values in my report are displayed, even though the exact query in another tool shows them very clearly.____For example, in a query like this:____SELECT__ STUDENT_ID, FIRST_NAME, LAST_NAME__FROM__ STUDENTS__ORDER BY STUDENT_ID____, all of the values for ...