Recent content by horst borscht

  1. H

    DirectPathLoader and float values

    Hi Marco, I'm having problems inserting float data via Directpathloader. I tried like: Loader.Columns[0].SetData(Row,FloatValue,0); but all values end up being 0 (Zero) in the Database. Could you please give me an example how to get this to work? Thanks in advance Horst
  2. H

    Direct Path Loader and temporary tables

    Hi Marco, Thanks for the quick reaction. I somehow got it to work...at least the ORA-00942... not actually sure what the problem was... basically recreating (create or replace) the synonyms and restarting the Delphi IDE did the trick. Thought it could have been the problem that i created the...
  3. H

    Direct Path Loader and temporary tables

    Hi Marco, I'm trying to insert records into a global temporary table using TOracleDirectPathLoader. although "Loader.GetDefaultColumns(False);" works, "Loader.Prepare;" throws the following error: ORA-00604: error occurred at recursive SQL level 1 ORA-00942: table or view does not exist Does...
  4. H

    QBE colors with vcl styles

    Update: I just found out that even the DBEdits with number fields assigned actually show the QBE background color, but only when they get the focus. Too bad they lose the color again when they lose the focus, so once setting the focus to each field and then back to the previously focused control...
  5. H

    QBE colors with vcl styles

    Thanks for the real quick reply Marco, Actually I already tried to do what you propose as a workaround, unfortunately to no avail. Its a pretty strange behaviour, as basically QBE background colors do work OK with stringfields and datefields when the Stylehook is applied for the DBEdits. Its...
  6. H

    QBE colors with vcl styles

    Hi Marco, I'm using DOA 4.1.3 / Delphi XE2 and I'm having problems with QBE background colors not displaying properly when using the new shiny vcl styles. I had to find out that with styles there is no (easy) way to set the background color of a component. As my application has lots of input...
  7. H

    OracleMonitor 64bit

    Thanks for the quick answer, Marco... good to hear you're working on it, so i'll be patient and keep checking for news here... anyway, have a nice day and keep up the good work.
  8. H

    OracleMonitor 64bit

    Hi Marco, Just received my new DOA 4.1.3 license for XE2 with the OracleMonitor Pro Option. I downloaded DOA file and the OracleMonitor 2.1.1 in addition. I installed both and did a short test, everything works fine as far as 32bit applications are concerned, however OracleMonitor appears to not...
  9. H

    Licence for XE2

    Hi Marco, We are about to order a new Version of Direct Oracle Access. Our current Delphi Version is XE2. I'm not shure if we are going to upgrade to XE3 sometime soon... so my Question is: Which Version should we order? Does the DOAD Version for XE3 work with XE2 or are we restricted to DOAD...
  10. H

    QBE Bind variables again

    OK then, Thanks Marco.
  11. H

    QBE Bind variables again

    Thanks for the quick answer, Marco. But is there a specific reason for this change? I ask this because like Mr Campos in the aforementioned post i witness lots of SQL using literals originating from QBE Queries filling up the shared pool. This does not actually kill the DB but I would like to...
  12. H

    QBE Bind variables again

    Hi Marco, I found this thread (https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=8243&Searchpage=6&Main=2379&Words=qbe+bind&Search=true#Post8243) here in the forum. It seems to me you agreed to add the option to choose whether to use bind variables or not... The...
  13. H

    DBlookupcombobox / QBE with master/detail tables

    Hi Marco, I had a problem with a DBlookupcombobox and QBE... Here's a short description of the underlying tables and my application, so hopefully you can reproduce the scenario: tables: create table supplier(supno number,supname varchar2(20)); insert into supplier(supno...
  14. H

    What DOA Version should I order?

    Thanks Marco, That sounds great... Horst
  15. H

    What DOA Version should I order?

    Hi Folks, after Years of cursing at the BDE I could finally convince my Boss to buy a set of your DOA components... We are currently using Delphi 5 with Oracle 8.1.7 and 10g. We have a Delphi Version 7 as well but never really used it... now my question is: which DOA Version would you recommend...
Back
Top