Skip to contents

Deprecated since 2014

Usage

dbCallProc(conn, ...)

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

  1. dbGetQuery if a result set is returned

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