Recent content by sergio.sette

  1. sergio.sette

    DOA 4.1.3 XE2/XE3 and Query Builder

    I've a problem with Query Builder on both XE2 and XE3. When I try to invoke it via the context menu I receive the following error : "The query builder could not connect, please supply a TOracleSession with a valid username/password" but the Dataset is still connected to a valid session. Is...
  2. sergio.sette

    TOracleSession memory usage

    D2009, DOA 4.1.2 A simple program with an empty form with a TOracleSession component. Running the program the task manager shows a memory usage of about 4 MB. Calling the Logon method, after the database connection is established the memory consumption jumps to 14 MB. Closing the session doesn't...
  3. sergio.sette

    DOA 4.1

    Marco, is DOA at the end of the road ? Do you plan to dismiss the product ? Please be honest, can we wait for more than 1 year to have new features or fixes ? Best regards sergio sette
  4. sergio.sette

    DOA 4.1

    Can you give use a time frame ? We are waiting for some (promised) new features and fixes... Best Regards Sergio sette
  5. sergio.sette

    DOA 4.1

    In this and other threads there are many request for changes/new features not related to unicode support (i.e. separated run-time and design-time packages). Do you confirm that no one of these requests are implemented in 4.1 ? Best regards sergio sette
  6. sergio.sette

    DOA 4.1

    Hy Marco, is there a list of new features/enhancements for the 4.1 or does this version only add unicode support ? Best regards Sergio Sette
  7. sergio.sette

    DOA 4.1

    Can we have some info about the new release ? We are pressed from custumers needing new features and asking us to switch to other more evolving products. (i.e. http://crlab.com/odac/history.html) Best regards Sergio Sette
  8. sergio.sette

    DOA 4.1

    Can we hope this month ? s7
  9. sergio.sette

    DOA 4.1

    Hi Marco, any news ? Sergio sette
  10. sergio.sette

    BCD support in DOA

    Hi Marco, i'm aware of this options but that means i need to work with string instead of BCD. I know the BCD support is in delphi not so complete (i.e.tandard operators like +, - ...cannot be used) but we have TFMDBcdField and IMHO DOA should support it. Best regards s7
  11. sergio.sette

    BCD support in DOA

    Not just a feature but a must !! Consider this example : I have a table with a field of type number(30). I need to insert in this field a value like this one : 123456789123456789123456789. Inserting this value using DOA or pl/sql developer this value will be transalted with Float precision and...
  12. sergio.sette

    DOA 4.1

    Hi Marco, some time ago i've asked for a different packaging (2 packages, run - time and design-time) in order to be able to use the "build with runtime packages" build option with DOA. Is this feature now present ? Best regards Sergio Sette
  13. sergio.sette

    DOA "roadmap"?

    I have to agree with you. No new versions, no unicode support, non full 10g support, no .NET version... DOA is a very good product and I use it in every delphi application I develop but without a clear roadmap I see no future for it in my plans. Sergio sette
  14. sergio.sette

    Custom Exceptions for Record changed/locked by another used

    Hi Marco, This is a feature request. I need to handle gracefully conflicts between users. DOA raises a generic EDBException so is very difficoult to succesfully handle the exception. Why not define new custom exeptions specific to these errors ? TIA sergio sette
  15. sergio.sette

    Runtime packages

    I've noted the doa packege is a design-time only package. I need to deploy my application (that uses dinamically loaded packages) with runtime packages ? Is there a way to do this ? Is it safe to have two copies of doa linked to the executable and the package ? Btw. i don't understand why there...
Back
Top