ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Use conditions
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
HDuplicateDatabase (Function)
In french: HDupliqueBaseDeDonnées
HFSQL Client/ServerAvailable only with this kind of connection
Duplicates the database associated with a connection on an HFSQL server. The tables, the rights, the procedures and the triggers are duplicated.
Example
HDuplicateDatabase(MyConnection, "MyCopiedDatabase")
Syntax
<Result> = HDuplicateDatabase(<Connection> , <Duplicated database> [, <Progress Bar>])
<Result>: Boolean
  • True if the database was duplicated.
  • False if an error occurred. HError is used to identify the error.
<Connection>: Character string or Connection variable
Connection associated with the database to duplicate. This connection corresponds to:
<Duplicated database>: Character string
Name of the new database to create (copy of the current database).
Remarks:
  • The new database to create must not exist.
  • A WLanguage error occurs if the new database already exists.
<Progress Bar>: Optional window or control name
  • Name of the window in which the progress bar will be displayed.
  • Name of Progress Bar control used to display the progress.
WEBDEV - Server code This option is not available.
Remarks

Use conditions

To duplicate a database, the user must have:
  • the rights to perform backups.
  • the rights to create databases.
Component: wd290hf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help