Learn R Programming

RSQL (version 0.2.2)

sql_execute_insert: Executes a statement on the database.

Description

Executes a statement on the database.

Usage

sql_execute_insert(sql_insert, dbconn)

Arguments

sql_insert

The SQL String

dbconn

The Database Connection to run the query against

Author

ken4rab