sql_execute_update {RSQL}R Documentation

Executes an update on the database

Description

Executes an update on the database

Usage

sql_execute_update(sql_update, dbconn = NULL)

Arguments

sql_update

The update SQL

dbconn

The Database Connection to run the query against

Author(s)

ken4rab


[Package RSQL version 0.2.2 Index]