I have created a stored procedure in MS SQL 2005 that I want to call in perl. I am using the dbi:ODBC: connection of the DBI module to interact with perl and when I was looking at the info for DBI I ran accross this statment:
"Calling stored procedures is currently not defined by the DBI. Some drivers, such as DBD::Oracle, support it in non-portable ways" So does anyone know how I might be able to call a proc, send it varibles to use, and retreave info from it?