Call an SQL stored procedure
Deprecated since 2014
dbCallProc(conn, ...)
conn |
A DBIConnection object, as returned by
|
... |
Other parameters passed on to methods. |
The recommended way of calling a stored procedure is now
dbGetQuery
if a result set is returned
dbExecute
for data manipulation and other cases where no result set is returned
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.