PLSQL Developer as VS.NET plugin

ThomyKay

Member²
I did really enjoy using the shortcut from VCL/DOA DataSet/Query to PL/SQL Developer.

Now I'm working 80% of my time in VS.NET. Editing SQL is like in stone age... I would like to have a similar thing in VS.NET -> a property editor on IDbCommand.CommandText and a code context sensitive editor.

Does one know of a plugion like this? If not - Marco: Is the interface you're using between VCL/DOA and PLSQL Developer somehow documented/usable by others?
 
The interface is documented, but I'm not sure if it's usable for this application. It is based on global shared memory and Windows application messages. If you have the DOA source files you can find this in the OracleSQLEdit.pas unit. I can send you the specs if you need it though.
 
Back
Top