ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / WDTrans
  • Overview
  • WDTrans
  • Use
  • Starting WDTrans
  • Use conditions
  • Installing WDTrans
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview

WDTrans

WDTrans is a tool for canceling transactions.
Reminder: A transaction is used to make sure that the updates performed on one or more data files have successfully completed. If an error or an incident occurs (power outage during the operations in transaction for example), WDTrans is used to automatically restore the data files to their initial status before the beginning of transaction.
For more details on transactions, see managing transactions.
The following operations can be performed by WDTrans:
  • Roll back operations on a transaction file
    If a transaction is in progress, this option cancels all operations performed on the files in transaction since the start of transaction. In this case, the transaction is canceled without interrupting the program execution.
    If no transaction is in progress, this option restores the consistency of the database and cancels the unsuccessful transaction (power failure for example).
  • Remove records from a transaction
    This option transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress. If a record found in the specified data file is considered as being in transaction but does not belong to a transaction in progress, it is automatically freed.
    Caution: This feature is an advanced feature. This feature must be used when it is not possible to cancel the unsuccessful transactions (deleted transaction files for example).
Use

Starting WDTrans

Regardless of its startup mode (interactive or command line), the interface of WDTrans is displayed.
To start WDTrans in interactive mode, all you have to do is run "WDTrans.EXE" directly.
Remark: The operations performed on a transaction file can be canceled in command line. For more details, see Canceling the operations performed.

Use conditions

WDTrans can be redistributed. WDTrans can be installed along with the applications developed with WINDEV. The terms of the WINDEV license agreement apply.
When creating the setup procedure, WDTrans can be supplied with your applications.
Reminder: The setup procedure can be created:
  • via the wizard: on the "Project" tab, in the "Generation" group, expand "Setup procedure" and select "Create setup procedure".
  • from the setup editor: on the "Tools" tab, in the "Utilities" group, click "WDInst".

Installing WDTrans

The following files are required to install WDTrans:
  • WDTrans.EXE
  • wd290etat.dll
  • wd290hf.dll
  • wd290html.dll
  • wd290obj.dll
  • wd290pnt.dll
  • wd290prn.dll
  • wd290rtf.dll
  • wd290std.dll
  • wd290sql.dll
  • wd290trs.dll
  • wd290vm.dll
  • wd290xml.dll
  • WDOutil.WDK
  • WDTrans_FR.PDF
  • WDTrans_EN.PDF
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/04/2023

Send a report | Local help