sql_execute_insert {RSQL} | R Documentation |
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(s)
ken4rab
[Package RSQL version 0.2.2 Index]