| Syntax |
|
| Documentation | Calls the specified jdbc-driver to execute the given sql update statement:
sql_update, the sql update statement to execute. driver_name, a optional parameter to specify the classname of the jdbc-driver; defaults to sun.jdbc.odbc.JdbcOdbcDriver. par_1_xxx through par_n_xxx, additional parameters for the jdbc-driver given as key-value pairs. |
| Examples | |
{create table customerDB (firstName varchar, lastName varchar, lastName varchar,)} {sun.jdbc.odbc.JdbcOdbcDriver} {username} {password} Result: connects to url, creates table "customerDB" with column "firstName", "lastName", "lastName" of type "varchar" on th eexternal database |
|
| Group | SQL |
| Minimum required transaction-mode: | READ=SQL |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 2 |
| Maximum parameters | <unlimited> |