Iteratively send a list of SQL Statements such as the object returned by parseSQL
.
1 2 3 4 5 6 7 8 9 |
conn |
Connection object |
sqlList |
list object of queries |
verbose |
If TRUE, the SQL is printed back before executing |
progressBar |
If TRUE, a progress bar is returned in the console. |
skipErrors |
If TRUE, if a SQL execution returns an error, the statement is printed back in red in the console and the iteration will proceed to the next sql statement in line. |
errorFile |
(optional) path to the error file where any errors are written to if not null. |
... |
Additional arguments to pass onto the DatabaseConnector::dbGetQuery function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.