ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
List of databases of the server defined by the connection. The result is more or less detailed depending on the constant used:hLstNormalLists the databases of the server defined by the connection:<Name of database 1> + TAB + <Name of database 2> + TAB + ...hLstFileLists the databases and their files for the server defined by the connection:<Name of database 1> + TAB + <Name of data file 1 in database 1> + TAB + ... + CR +<Name of database 2> + TAB + <Name of data file 1 in database 2> + TAB + ... + CR +...Versions 22 and laterhLstDatabaseSizeNew in version 22hLstDatabaseSizehLstDatabaseSizeLists the databases and their size (in bytes) for the server defined by the connection:<Name of database 1> + TAB + <Size of database 1> + CR + <Name of database 2> + TAB + <Size of database 2> + CR + ... Not available.Where:<Name of database X>: Database name.<Name of data file Y in database X>: Name of physical data file Y located in database X.<Size of database X>: Size of all files located in the database in bytes. If an error occurs, the list of databases corresponds to an empty string ("") and HError is used to identify the error.
Connection to use. This connection corresponds to: the name of the connection defined in the data model editor or with HDescribeConnection or HOpenConnection.the name of a Connection variable.
Type of list to perform:hLstFileDetailed list, used to find out the files associated with each database.hLstNormal(default value)Non-detailed list, containing the name of the databases associated with a connection.Versions 22 and laterhLstDatabaseSizeNew in version 22hLstDatabaseSizehLstDatabaseSizeDetailed list, used to find out the size of all the files associated with each database. Not available.
HListDatabase and Native MySQL Connector
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: