Concept Framework 1.0 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: Thu Oct 15 20:02:07 2009 GMT | (c)2009 RadGs Software |