Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
ODBCAutoCommit | version 1.0 | no |
number ODBCAutoCommit(boolean auto_commit_flag[, number connectionID]) |
auto_commit_flag | if true, the connection will automatically commit the data. If false, a call to ODBCCommit will be required. Set to false, if you want to use ODBCCommit and ODBCRollback. |
connectionID | the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created. |
Changes the default commit mode. By default, the auto commit option is set to true. If set to false, you need to manually commit the data by calling ODBCCommit (or ODBCRollback to cancel). |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT | (c)2013 Devronium Applications |