Using WDConver in command line mode consists in running a conversion description created and saved with WDConver (".WDV" file).
| |
Parameters | Meaning |
---|
[-report] | If this parameter is specified, a status report will be displayed at the end of the script execution. By default, if this parameter is not specified, no status report will be displayed at the end of the script execution. |
[-error] | If this parameter is specified, an error message will be displayed at the end of the script execution. By default, if this parameter is not specified, no error message will be displayed at the end of the script execution. |
[-wizard] | If this parameter is specified, the wizard for data conversion will be started. By default, if this parameter is not specified, the wizard for data conversion will not be started. |
/SCRIPT=<WDVFile> | Character string containing the name and full path of the description de conversion to use (".WDV" file). This parameter is mandatory except if the "-wizard" parameter is specified. |
/WDD=<Analysis path> | Character string containing the path of the WINDEV, WEBDEV or WINDEV Mobile analysis. This path must be enclosed in quotes if it contains space characters. |
/PWD=<Unencrypted password of the analysis> | Character string containing the password of the WINDEV, WEBDEV or WINDEV Mobile analysis. This password must be enclosed quotes if it contains space characters. |
/WDD55=<Path of WINDEV 5.5 analysis> | Character string containing the path of the WINDEV 5.5 analysis. This path must be enclosed in quotes if it contains space characters. |
/PWD55=<Unencrypted password of WINDEV 5.5 analysis> | Character string containing the password of the WINDEV 5.5 analysis. This password must be enclosed quotes if it contains space characters. |
/SRCDIR=<Directory of sought Hyper File 5.5 data files> | Character string containing the path of the Hyper File 5.5 data files to convert. |
/DSTDIR=<Directory of converted data files> | Character string containing the directory where the data files converted to HFSQL Classic will be created |
/FILE=<Source data file> | Character string containing:- the path of the Hyper File 5.5 data file to convert
- the name of the table to convert on the server.
|
/NAME=<Logical name in the WINDEV 5.5 analysis of the file to convert> | Character string corresponding to the logical name of the data file to convert in the WINDEV, WEBDEV or WINDEV Mobile analysis. |
/FILEPWD55=<Unencrypted password of source file> | Character string corresponding to the password of the WINDEV 5.5 file to convert. |
/FILEDST=<Destination path of converted file> | Character string corresponding to the path of the converted file |
/NOREP | Used to ignore the .REP file in WINDEV 5.5 format. |
/MODE=[HF5 | EXTERN | XML | TEXT] Type of source files | Defines the format of the files to import:- HF5: Hyper File 5.5 data files
- EXTERN: external files/tables (example: C/S database)
- XML: XML files
- TEXT: text files
|
/PROVIDER=<OLEDB provider or Native Connector> | Character string that defines the provider or the Native Connector (also known as Native Access) used to access the data to convert. For the Native Connectors, use the following character strings: WinDevOracle, WinDevSQLServer, WinDevInformix, etc. |
/DATASOURCE=<Name of the source (file or server)> | Character string. This parameter is used when converting a file via a Native Connector or an OLE DB provider, ... Corresponds to the name of the data source. |
/USER=<User name> | Character string. Corresponds to the name of the user of the data source. |
/USERPWD=<Unencrypted user password> | Character string. Corresponds to the password of the user of the data source. |
/DATABASE=<Database name> | Character string. Corresponds to the accessed database (if several ones are found on the server). |
: The above table presents the different parameters that can be used to start WDConver in command line mode. To get these parameters when starting WDConver, use one of the following syntaxes: