ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HCancelBackup (Function)
Cancels a current backup.
Query
The keyword "Query" is used to describe:
Operations in a Select query : add and delete
The following paragraphs present......
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
SQLLast (Function)
Sets the position on the last row of the query result.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Private Store for mobile applications
There are two methods two deploy your applications......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......