What is the Orion recommended way to call its Oracle stored procedures from Perl? There are a number I'd like to run.
~Ed
Or Microsoft SQL stored procedures?
Hi Ed,
SWIS itself doesn't allow clients to call custom stored procedures or reference any database objects that are used internally only. If you need to access specific objects in underlying MS SQL database, you will need to use an ODBC-based access.
Tom,
Yea, that's what I was thinking. Thanks for the verification.