Hi,
I have Oracle 8.0.5 on windows NT/2000
I would like to launch an external procedure, wich will call a printing
process.
I had a function like :
(lpCmdLine IN varchar2, nCmdShow IN binary_integer) return binary_integer
AS EXTERNAL
NAME "WinExec"
LIBRARY demolib
CALLING STANDARD PASCAL;
This function work with almost external command but doesn't work when i
call a process wich is "interactive" like printing..
Could you tell me how to solve this proble hw can I call an external
procedure wich is interactive?
Hassan
Oracle LazyDBA home page