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
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
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...
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
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
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...