A function that executes a SQL statement that does not return a resultset. Uses DBI "immediate" execution option where available so that e.g. SQL Server temp tables are created in the same session.
1 | dbSendUpdate(cn, statement)
|
cn |
The database connection to use |
statement |
The SQL statemment to be executed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.