Recent content by Henri GP

  1. H

    write plugins using csharp

    I found this : http://oracle-cookies.blogspot.com/2007/01/writing-plsql-developer-plugins-in.html But I cannot do anything with for the moment, I'd like to develop some plug-ing in C# but i have not enough knowledge of c# now Henri
  2. H

    what the correct way to call a stored procedure withToraclequery

    Hello, Thank you for all information, All works well, I was not the correct shema, Now I can run procedures and functions is well with ToracleQuery, I am looking for other examples, some links will be welcome. Sincerely, Henri
  3. H

    what the correct way to call a stored procedure withToraclequery

    ORA- 06550: ligne 5, colonne 1: PLS-00103: Symbol "Begin" rencontr
  4. H

    what the correct way to call a stored procedure withToraclequery

    I have to use procedures with the component Toraclequery, I do not remember the way to do, I wrote a procedure, very simple, without variable,I created the table that goes with it(found in Allroundautomation), all works well on the database and PL / SQL The procedure in Oracle : CREATE OR...
  5. H

    How to read the contents of a in a file or delphi memo conponent ?

    Hello Ok, but it's still before interpretation, Is there something after replacing the variables, like debugger ? Otherwise thanks for all Henri
  6. H

    How to read the contents of a in a file or delphi memo conponent ?

    Hello So no way to catch this and paste it somewhere, it will be enough for me, My second question: Is it possible to read the contents of the sql window once is performed by pl/sql then, I can redirect it to a SQL_Execute (who work well also for me) It'll be fine too Thanks Henri
  7. H

    How to read the contents of a in a file or delphi memo conponent ?

    Hello It's definitely a long, as shows the query if I want to duplicate this table : create table quarc.crpdidonnees ( ID NUMBER not null, IDUTLQQO NUMBER not null, DTMAJQQO DATE not null, LONG DATA ) I read the data with IDE_ResultGridCell (2, 1) Thanks, Henry
  8. H

    How to read the contents of a in a file or delphi memo conponent ?

    Hello, Oracle 10g EX (at home), Pl/sql developer 7.0.1.1066 / Delphi 7 I try to make my first plugin with Delphi 7 I use parameterized queries in a SQL window (large numbers like this, always parameterized) the result is always a , I want to write this to a file or even better in a Memo...
Back
Top