I have a small exe written in VB that I can run from VB, no problem.
The problem is – I would like to run this exe from Stored Procedure written in PL/SQL (ORACLE v.10). There are some procedures that run at night and I would like to write a small proc to run my EXE.
Any ideas? Code samples?
---- Andy