Learn R Programming

SQLove (version 1.0.1)

dbSendMultiUpdate: Run multiple SQL query actions within the DB environment.

Description

Requires a DBI workflow that creates a connection with a relational database per DBI: https://dbi.r-dbi.org/. This function is an extension of the RJDBC::dbSendUpdate function.

Usage

dbSendMultiUpdate(connection, sql_file_path)

Value

No object returned - for production automation

Arguments

connection

A database connection object

sql_file_path

Character vector pointing to SQL script