diff options
-rw-r--r-- | wizards/source/sfdatabases/SF_Database.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdatabases/SF_Database.xba b/wizards/source/sfdatabases/SF_Database.xba index 141a5bade393..fa5d0778b873 100644 --- a/wizards/source/sfdatabases/SF_Database.xba +++ b/wizards/source/sfdatabases/SF_Database.xba @@ -25,7 +25,7 @@ Option Explicit ''' ''' The provided interfaces include simple tables, queries and fields lists, and access to database metadata. ''' -''' Tranaction handling +''' Transaction handling ''' Changes to data remain reversible until the moment the running script instructs the database to commit them. ''' The implicit (default) behaviour is that commit takes place after the execution of every single SQL statement. ''' The choice can be made (SetTranactionMode()) to take commitments manually. |