Hello!
I'm trying to figure out how I can execute a call to a Stored Procedure on our remote SQL Server 2000 box within a Perl script on a Linux box (if it helps, running Samba).
The script would need to pass a username variable to the procedure and receive a numeric output variable for later use in the Perl script.
I've googled the subject and only found examples related to PHP. This particular Perl script will be executed from within a shell script.
Any guidance would be appreciated.
Thanks,
Bob
I'm trying to figure out how I can execute a call to a Stored Procedure on our remote SQL Server 2000 box within a Perl script on a Linux box (if it helps, running Samba).
The script would need to pass a username variable to the procedure and receive a numeric output variable for later use in the Perl script.
I've googled the subject and only found examples related to PHP. This particular Perl script will be executed from within a shell script.
Any guidance would be appreciated.
Thanks,
Bob