Recent content by migregg

  1. M

    Upgrade pricing?

    So since I own version 3 now does that mean that if I pay $50 for an annual contract I can upgrade to version 4?
  2. M

    Upgrade pricing?

    Is there any upgrade pricing to go from DOA 3 to DOA 4? I don't see anything about upgrades on your pricing page. Michael Gregg
  3. M

    DOA and ReportBuilder

    I am using DOA and ReportBuilder to create an end-user reporting app. The problem I am having is that ReportBuilder creates TOracleDataSet components behind the scenes and it appears that when this is done the QueryAllRecords property is set to True by default. This causes my reports to...
  4. M

    Queries across instances

    Is is possible to do a query that gets data from two different instances using DOA but without setting up a dblink? Essentially, I would like to be able to use a single query of data dictionary views to compare the structure of different instances. Can this be done or would I have to query one...
  5. M

    How do I get # of records processed

    When using a TOracleDataSet to run a delete or update statement how can I find out how many rows were processed? Michael Gregg
  6. M

    Getting column definitions

    I am implementing a schema browser and am getting information from the dictionary views such as user_tables. I then put this in a list and let the user select a table. Once I've selected a table, what would be the best way to retrieve the column definitions for that table? Is there another...
Back
Top