- Overview
- Required configuration
- Conditions for using the Native MySQL Connector
- The necessary 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 sites
- Optimizing HFSQL functions
Native MySQL Connector for WINDEV and WEBDEV
Available only with this kind of connection
WINDEV and WEBDEV 28 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. Caution: This version of the Native MySQL Connector works with WINDEV and WEBDEV version 28. 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 Native MySQL Connector is an optional and free module available for download from the PC SOFT site Using the Native MySQL Connector in your WINDEV applications and WEBDEV sites To use MySQL in native mode, you must program in the WINDEV application or WEBDEV site: 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 - The "Browsing table" controls based on queries are optimized: the content of the Table control can be sorted by clicking 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…
|
|
|
|