|
|
|
|||
|
METHOD: |
|
|||
|
beginTrans |
|
|||
|
|
|
|||
|
DESCRIPTION: |
|
|||
|
Begins transaction and starts logging changes. |
||||
|
|
|
|||
|
PROPERTY OF: |
|
|||
|
|
||||
|
|
||||
|
SYNTAX: |
|
|||
|
<oRef>.beginTrans() |
|
|||
|
<oRef> |
The database in which you want to start transaction logging. |
|||
|
|
|
|||
|
DESCRIPTION: |
|
|||
|
Transaction logging records all the changes made to all tables in a database by executing SQL commands directly. |
||||
|
Likewise, for all the changes by ADO data objects on a server-side cursor only. |
||||
|
|
||||
|
|
||||
|
Not all providers support transactions. |
||||
|
Verify that the provider defined property "Transaction DDL" appears in the ADO dynamic properties. |
||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|
|
|||