Hello Alex,
so I will. Thank you for the help.
I might still have to call PERL for some cases but I guess even then it's better to use SQLOPS for the database part and send the result via parameter to the PERL script.
Regards,
Nicolas
Yes, much less overhead; no external script invocation required, not as much blocking, connection already open, etc. Unless you have a specific need to run a Perl script because only Perl can do something you especially need, definitely use sqlops for general DB operations.