Recent content by ASDD

  1. A

    TOracleQuery.First

    In continuation: TOracleQuery.SqlText := SELECT b.comments, a.data_type, a.data_default, a.nullable, a.column_name FROM all_tab_columns a, all_col_comments b WHERE UPPER(a.table_name) = UPPER(:TableName)AND (b.table_name = a.table_name) AND (b.column_name = a.column_name)...
  2. A

    TOracleQuery.First

    Thank you for the answer. We are sure that Primary Oracle Home is 9.2.0.4 in addition to yesterday information: during the latest experiments we have recognized that if TOracleQuery is based on one table only (select * from table1) - all works correctly, but if it's based on more than one...
  3. A

    TOracleQuery.First

    We have installed DOA 4.0.0 components (Trial version). In order to use scrollable query possibility we also have installed Oracle 9.2.0.4 EE (and clients respectively) in according with your DOA/news webpage information. In Delphi project we set the property TOracleQuery.Scrollable in TRUE...
Back
Top