dbCallProc: Call an SQL stored procedure

dbCallProcR Documentation

Call an SQL stored procedure

Description

Deprecated since 2014

Usage

dbCallProc(conn, ...)

Arguments

conn

A DBI::DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.

Details

The recommended way of calling a stored procedure is now

  1. dbGetQuery if a result set is returned

  2. dbExecute for data manipulation and other cases where no result set is returned


r-dbi/DBI documentation built on April 5, 2025, 7:06 p.m.