Recent content by vwilhelm

  1. V

    D2009 Check operation fails

    Hi, With Doa 4.1.1.0 and D2009 I always get the message 'record was changed by another user' after editing a record with a blob TField straight after insert. The same project with D7 and Doa 4.1.1.0 compiled everything behaves fine. Obviously there are some issues with D2009 and doa blob...
  2. V

    no error trapping

    Hi, any news on the bug concerning the error trapping? Could you reproduce the effect or do you need additional information? Greetings Volker Wilhelm Compu-Orga GmbH
  3. V

    no error trapping

    Hi Marco, With the 9.2.0.8 client the error is trapped correctly. It isn't a simple client error, because I have made a test with Oracle's SQLPLUS on a 9.2.0.1 client, everything ok, the error is reported correctly. It's the combination of 9.2.0.1 and DOA. This is a very critical error!
  4. V

    no error trapping

    Hi all, I have propably found a critical bug in DOA 4.0.7.1 in conjunction with the oracle standard client 9.2.0.1 I have an Oracle Database Version 9.2.0.6 with an oracle client V. 9.2.0.1 For test purpose I have build a package-function which will always force an oracle exception ORA-01422...
  5. V

    Oracle 9.2.0.5 and views

    Hi, We have installed our first version of oracle 9.2.0.5 and discovered a serious problem with SQL-statements which use views, especcially views in conjunction with unions. Some field of the view have changed their datatype from number to number(4), which translates to integer. At runtime this...
  6. V

    QueryAllRecords=False && RecordCount

    Setting CountAllRecords to True executes an sql-statement to get the number of records, which I want to avoid. Are there other ways to get the number of records after the initial fetch? How about adding a property ResultsetState, which indicates whether there are no records, one record or many...
  7. V

    QueryAllRecords=False && RecordCount

    Hi, When I try to get the recordcount of a TOracleDataset with QueryAllRecords=False I always get 1. If there is a DBGrid connected to the DataSet, then the RecordCount is like the number of lines of the DBGrid. How can I get the information that more than one record was fetched without further...
Back
Top