Recent content by GNiessen

  1. G

    Delphi 8 support?

    Is DOA going to be supported in Oracle 8? With it now shipping, we are getting pressure to layout plans for migration of existing applications and we woudl like to know it DOA will be making our transition easier. :)
  2. G

    DirectPath Performance

    Was using 3.4.6.1 for a loader using DirectPath, but after compiling under 4.0.1 it is taking about twice as long. Ran a test with Demo app under 3.4.6 and 4, with the following results: 3.4.6 31008 Lines Single Inserts: 23.223 sec Array Inserts: 1.683 sec Direct Path Loading: 0.801 sec :)...
  3. G

    where x in (array)

    I am looking to be able to do a select from a table using a "where ColA in (:A)', where A is a variable array. Can you provide an example? I have tried a few things, but no success yet. And I would prefer not to dynamically create the SQL, but rather pass a parameter. ------------------ Gordon
Back
Top