Recent content by delphi74u

  1. D

    Plugin : Quick/ER v1.1 is released

    Poul, I downloaded the latest version and closed PL-SQL Developer. I went through the install options, selecting to install the update. During the installation it stated it could not install file x, it was in use, even though PL/SQL Dev was not running. I opened PL/SQL Dev, it showed version 1.1...
  2. D

    New Plugin : Quick/ER - Diagramming tool

    Poul, Looks like this could be a very useful tool. Good idea. A few things I that I believe would make it more useful. Allow a Configuration option to turn the graphics on/off, show key fields on/off, and show text for the fields instead of graphics, i.e., the field type (varchar2(), Date...
  3. D

    Delphi2005 DOA

    Marco, I see no support on the .NET side, per you restrictions notice. Is that in the works, or is DOA not going to support an ADO.NET version of DOA? If so, can you tell us some kind of a timeframe for ADO.NET support, i.e., First Quarter 2005, etc. Thanks
  4. D

    ora-01086 Error

    I am trying to use rollbacktosavepoint on my session object and get the following error: ORA-01086: savepoint 'STARTIMPORT' never established. My code is something like this OracleSession1.Savepoint('StartImport'); try ... if not IsDebug then begin if MessageDlg('Save Imported...
  5. D

    Delphi2005 DOA

    Thanks Marco, appreciate the information and looking forward to the update.
  6. D

    Delphi2005 DOA

    Delphi 2005 was released on 11/18/2004. I don't see any news yet when the D2005 DOA components will be available, any updates for us? Thanks
  7. D

    Delphi2005 DOA

    This may have been asked already, so sorry if this is a repeat. Any news on how soon or if there will be a Delphi2005 set of DOA components?
  8. D

    Master Detail Code

    I coded 2 options for a master detail relationship using DOA components. The first option used bind variables and a master table that was used to drive iterating through the detail tables. The variables were set programatically and then Open was executed on the DOA dataset. The second option...
  9. D

    Wishlist

    This has probably been suggested before, but it would be great to have an Entity Relationship Diagram option in PL/SQL Developer. Anyone else agree?
Back
Top