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