Recent content by Frodo

  1. F

    Turbo Delphi and plug-ins

    The main problem, as I understand it, seems to be that C## code runs as managed i.e. it's interpreted code and what I'm creating does not appear to be a 'proper' DLL. It also precludes the use of pointers which would appear to be necessary to create the relevant interfaces for the plug-in DLL...
  2. F

    Turbo Delphi and plug-ins

    I know this may be sacrilege ;) but does anybody know if it is possible to create a plug-in using C##? I can create a DLL and set it as unmanaged using VS2005 but can't get it to be recognised by PL/SQL developer. Alternatively I'm going to have to learn Delphi or C++ which I'd rather avoid...
  3. F

    run in SQLPLUS - suggestion

    Something else you can try is to configure a toolbar icon to open sqlplus. Go into Tools | Configure Tools... Create a new tool and under the general tab put the executable path as the location of your sqlplusw.exe and parameters as #connect. This also allows you to set the default path. Then...
  4. F

    SQL Window - Linked Query Dropdown

    When I edit data in the SQL Window I've noticed that some columns (that are linked via a foreign key to another table) will present a dropdown list of the foreign key table with the relevant row selected. Similar to the Linked Query function but slightly more useful. But this functionality...
  5. F

    Nested Tables

    I'm currently creating a number of tables with columns that are nested tables. It's good to see that PL/SQL Developer supports the use of these when querying the data. Unfortunately the create/edit table window does not create the correct syntax to create a table containing a nested table. It...
  6. F

    Query By Example - Not Working

    Where can I get this version? Or will it be forwarded to our contact soon?
  7. F

    Query By Example - Not Working

    Hi, I've upgraded to 5.1.4 but when I go to the SQL Window and attempt to use Query By Example I am unable to enter any filter information. If I click on a date dropdown everything is greyed out and when there is data in the clipboard the paste menu function remains disabled. Is anybody else...
Back
Top