Recent content by Charles Wright

  1. C

    Viewing Java Stored Procs

    One of my co-workers evaluating the tool had this comment:
  2. C

    Overloaded functions only once in object browser

    We are evaluating PL/SQL Dev for general use in the organization, (I am trying to convince it is better than the very expensive SQL Nav 4.0). SQL Nav shows all versions of a function, and the DBAs prefer being able to see the different signatures. I saw an earlier post (Apr 2003) acknowledging...
  3. C

    Package Wizard

    Thanks. That is good news. Regarding release versions, is there a timeframe for 3.5? We have started to look at varrays, and the current components say that support for that will be implemented in 3.5. Just curious. Thanks again, Charlie.
  4. C

    Package Wizard

    A long time ago, (August 2000), I had brought up the question regarding the use of synonyms with the package names. reference: http://www.allroundautomations.nl/ubb/Forum1/HTML/000280.html I was wondering if this topic could be revisted? Without being able to use the synonym prefix, we can...
  5. C

    New Package Wizard

    Thanks, Marco. You are right. A synonym property in the base class would be ideal. I look forward to the release with this feature in it! Any thoughts about the package constants and variables as properties? Good idea? Bad idea?
  6. C

    New Package Wizard

    I have been trying out the new PackageWizard! It is very cool! This will really make life working with packages much easier. I do have one issue and one suggestion for an enhancement. In our database system we have multiple database schemas (with multiple versions of schemas in some cases)...
  7. C

    Reuse session from Devoloper forms?

    This is a bit complicated. I can give a basic outline to start. Let me know if you need more. ---------------- First, you have to create a user-exit DLL with a function that uses OCI or SQL libraries to get the LDA handle. The pointer or handle must then be passed back to Forms. Typically...
Back
Top