ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Listing the data sources available for all the databases Hide the details
List of all available data sources. The different elements are separated by CR characters and they can be directly added into a list (ListAdd). List of all the data sources defined in the ODBC administrator of the current computer.
Listing the available databases Hide the details
List of all the types of databases available on the current computer. The different elements are separated by CR characters and they can be directly added into a list (ListAdd). The possible types of databases are:ACCESSThe Microsoft Jet 4 provider as well as MDAC are installed on the current computer.DB2The Native DB2 Connector is installed on the current computer.HYPER FILEAccess to HFSQL databases.Versions 21 and laterHIVENew in version 21HIVEHIVEThe Native Hive Connector is installed on the current computer.INFORMIXThe Native INFORMIX Connector is installed on the current computer.Versions 20 and laterMariaDBNew in version 20MariaDBMariaDBThe Native MariaDB Connector is installed on the current computer.MYSQLThe Native MYSQL Connector is installed on the current computer.ODBCThe ODBC32 DLL is installed on the current computer.OLEDBMDAC is installed on the current computer.ORACLEThe Native ORACLE Connector is installed on the current computer.POSTGRESQLThe Native POSTGRESQL Connector is installed on the current computer.PROGRESSThe Native PROGRESS Connector is installed on the current computer.Versions 16 and laterSQL AZURENew in version 16SQL AZURESQL AZUREThe Native SQL AZURE Connector is installed on the current computer.SQL SERVERThe Native SQL SERVER Connector is installed on the current computer.Remark: The value of H.SQLServerMode is taken into account. If the former Native Connector is forced and if it is not on the computer, the Native SQL Server Connector will not be listed. If the new Native Connector is forced and if it is not on the computer, the Native SQL Server Connector will not be listed.SYBASEThe Native SYBASE Connector is installed on the current computer.
"DATABASE": Character string used to list the databases available on the current computer.
Listing the data source available for a specific type Hide the details
List of all data sources available for the specified type. The different elements are separated by CR characters and they can be directly added into a list (ListAdd). The possible results according to the type of database are as follows:AccessEmpty string.HYPER FILEEmpty string. We recommend that you use HListAnalysis to get the list of analyses.ODBCList of ODBC databases defined in the ODBC administrator of current computer.OLEDBEmpty string.
"DATABASE": Character string used to list the data sources available for a specific type.
Type of sought databases: "ODBC", ...
Last update: 09/19/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: