|
|
|
|
|
- Overview
- Required configuration
- Native MySQL Connector requirements
- Required files
- Installing a new version of MySQL
- Files required to use Native MySQL Connector in Linux
- Use
- Using the Native MySQL Connector in your WINDEV applications and WEBDEV websites
- Optimizing HFSQL functions
Native MySQL Connector for WINDEV and WEBDEV
Available only with this kind of connection
WINDEV and WEBDEV 2025 propose a Native MySQL Connector (or Native MySQL Access). This Native Connector allows you to access a MySQL database from a WLanguage program without using any external driver. Attention: This version of the MySQL Native Connector only works with WINDEV and WEBDEV version 2025.. The Native MySQL Connector is not available for WINDEV Mobile. If you are using WINDEV Mobile, the access to a foreign database (MySQL, Oracle, SQL Server) must be performed via a Webservice provided with WINDEV Mobile. For more details, see the help about SQLConnectWS. Remark: The MySQL Native Connector is a free optional module available for download at the PC SOFT site. Using the Native MySQL Connector in your WINDEV applications and WEBDEV websites To use MySQL in native mode, you must program in the WINDEV application or WEBDEV website: Remarks: - Don't forget to read the limitations of the Native MySQL Connector.
- The option "Automatically create the data files when they are opened" ("Files" tab in the project description) is taken into account by the Native MySQL Connector.
Optimizing HFSQL functions - "Table file" fields based on queries are optimized: you can sort the contents of a Table field by clicking on one of its columns.
- To avoid re-running the same query several times when browsing its result, we advise you to use the hNoRefresh constant (if the data is modified by a single computer for example).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|