|
|
|
|
|
|
|
|
|
|
|
|
|
|
| When a page template is applied to a page, all the controls and code found in the template are "copied" into the page...... |
|
|
|
|
|
|
|
| WEBDEV allows you to create a PHP site that handles data files...... |
|
|
|
|
|
|
|
| WDSQL is used to convert the structure of an HFSQL database into SQL script...... |
|
|
|
|
|
|
|
| The SQL functions can be used to handle the MySQL database...... |
|
|
|
|
|
|
|
| You can start developing your application as soon as the WINDEV project is defined as being a Java project...... |
|
|
|
|
|
|
|
| Here is an overview of how to handle Looper controls populated programmatically in WLanguage.... |
|
|
|
|
|
|
|
| These are the main concepts for programming data-bound Looper controls...... |
|
|
|
|
|
|
|
| To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...... |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the HFSQL engine. |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the HFSQL engine. |
|
|
|
|
|
|
|
| Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server. |
|
|
|
|
|
|
|
| Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server. |
|
|
|
|
|
|
|
| There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile...... |
|
|
|
|
|
|
|
| Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the tables for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
|
| Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the tables for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|