dbSendUpdate: A function that executes a SQL statement that does not return...

Description Usage Arguments

View source: R/dbSendUpdate.R

Description

A function that executes a SQL statement that does not return a resultset. Uses DBI "immediate" execution option where available so that e.g. SQL Server temp tables are created in the same session.

Usage

1
dbSendUpdate(cn, statement)

Arguments

cn

The database connection to use

statement

The SQL statemment to be executed


nathan-palmer/SqlTools documentation built on July 22, 2020, 10:53 a.m.