Recent content by Juktus

  1. J

    Oracle 12.1.0.2

    Hi I have problem with describe select on Oracle 12.1.0.2 EE and DOA Components. Example. I create table CREATE TABLE SOME_TABLE( SOME_COLUMN VARCHAR2(3)); I Create DataSet with selects: 1. SELECT some_column FROM some_table WHERE some_column = :variable GROUP BY some_column Describe...
  2. J

    RecordSize range error

    When can i expect this solution? Best regards Grzegorz Chromik
  3. J

    RecordSize range error

    Hello. I found some problems with property VCL DataSet.RecordSize. In VCL its type is Word and can be simply exceeded with big selects (using for example varchar2 functions) or when you use new Oracle 12 Database with option varchar2=32k. I saw that in your components you use variable...
Back
Top