powered by
Deprecated since 2014
dbCallProc(conn, ...)
A DBIConnection object, as returned by dbConnect().
dbConnect()
Other parameters passed on to methods.
The recommended way of calling a stored procedure is now
dbGetQuery if a result set is returned
dbGetQuery
dbExecute for data manipulation and other cases where no result set is returned
dbExecute