Recent content by petebr

  1. P

    blank EOracleError

    How do you tell? This has only been an issue since moving to 10g, I have removed all references to older clients. How does DOA decide which Net version to run?
  2. P

    blank EOracleError

    The EOracleError.ErrorCode is 0
  3. P

    blank EOracleError

    under Delphi 6 sp2 - DOA 4.0.6.2 Oracle 10g When our Websnap application is running as a .dll we get a blank EOracleError on the Logon method for OracleSession. This works fine when compiled as an exe (running under Delphi's web app debugger using com+) I don't have DOA source code so can't...
  4. P

    Freeing a threaded query

    mmm, OK - I thought that may be the case. Thanks for your input.
  5. P

    Freeing a threaded query

    Can you free a threaded query inside its own ThreadFinished - or ThreadExecuted section? I'm trying to use a threaded background query inside my WebSnap application, and once it's been created and has finished, no code has access to the handle - so ThreadExecuted is the only place I can recover...
  6. P

    Session undefined when opening project

    Yes that's what we have to do too. Is it a design time issue only then?
  7. P

    Session undefined when opening project

    Yes 6.02, are there others?
  8. P

    Session undefined when opening project

    I have a large websnap project in D6 with about 100 units, each using 1-2 TODataset or TOQry's. I have one Datamodule with a TOSession that every uses for session info. Occaisionally when opening this project I get "Session Undefined" for one of the units, and discover that the session property...
Back
Top