Recent content by plpolak

  1. P

    Oracle 11 client support

    FYI: I installed Oracle Development Tools for Visual Studio 11.1.0.6.20. (http://www.oracle.com/technology/software/tech/windows/odpnet/index.html). This will create a new Oracle home which contains a copy of InstantClient which is not in the bin folder.
  2. P

    Oracle 11 client support

    Will DOA support the Oracle 11 client? I have installed ODP.NET release 11, and it seems that DOA is not able to locate the OCI.DLL correctly. In my installation the OCI.DLL is located directly under the Oracle home directory (which is the default for installation)...
  3. P

    TOracleDataset cannot read LONG column in UTF8 database

    Thanks Marco. This seems to resolve the problem. Pieter
  4. P

    TOracleDataset cannot read LONG column in UTF8 database

    Any news on this Marco? Pieter
  5. P

    TOracleDataset cannot read LONG column in UTF8 database

    I have a Oracle 9.2.0.6 UTF8 database (AL32UTF8) on Windows. When I select data from a LONG column in the data returned by TOracleDataset in a Delphi string contains all the characters of the LONG value, but after each a #0 character is inserted. Effectively this causes most Delphi functions to...
  6. P

    DOA 4.1 returns -1 for DATE columns in Delphi 2007

    Marco, This version seems to solve the issue. Thanks for the update. Pieter
  7. P

    DOA 4.1 returns -1 for DATE columns in Delphi 2007

    I tried this to reproduce: create table test_table (test date not null); insert into test_table values (sysdate); commit; Now I create a new VCL Forms application, with TOracleSession, TOracleDataSet, TDataSource and TDBGrid. SQL = select * from test_table. Now the DBGrid shows 1 column...
  8. P

    DOA 4.1 returns -1 for DATE columns in Delphi 2007

    Can you give me a status on this Marco? We really are in need for a fix, as our current program doesn't work properly with the existing 4.0 version (caused by the XmlType bug in Oracle 9 I posted about earlier).
  9. P

    DOA 4.1 returns -1 for DATE columns in Delphi 2007

    Hello, I am compiling my program in Delphi 2007 (update 1) with DOA 4.1 beta 2. This appears to return -1 for all DATE fields in the database (and thus display 30/12/1899). This can be reproduced by putting a DBGrid on a simple form with a TOracleDataSet. When compiling the same application on...
  10. P

    ORA-00600: internal error when reading XMLTYPE column

    I upgraded the application to use DOA 4.1 beta 2. This seems to resolve the problem.
  11. P

    ORA-00600: internal error when reading XMLTYPE column

    I am fetching a record in Oracle 10.2.0.1 server with various client versions (10.2.0.1, 9.2.0.1) both on Windows. When this table contains an XMLType column, I get this error: ORA-00600: internal error code, arguments: [kolrrdl:0rfc], [], [], [], [], [], [], [] ORA-06512: at "SYS.DBMS_LOB"...
  12. P

    DOA "roadmap"?

    Marco, Can you please provide us with more information on this?
  13. P

    DOA "roadmap"?

    I can fully agree on this statement. We are using DOA for a long time now in all our Oracle apps, but we see development slowing down, and no new features being developed. All requests are on the 'todo list', but no sight on a new release. Can you please share us your plans with DOA? A lot of...
  14. P

    Getting NVARCHAR2 columns in TOracleDataset

    Any timeframe when we can expect this? DOA is really a nice tool to work with in Delphi, but we need this functionality in our apps. Pieter
  15. P

    Getting NVARCHAR2 columns in TOracleDataset

    Any plans for support in future versions? Would be nice!! Pieter
Back
Top