ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 3 - Databases
  • Handling an HFSQL Classic database from a mobile device
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
4. HFSQL Classic
Previous pageTable of contentsNext page
HFSQL Classic is the database format used with WINDEV Mobile. This format is compatible with WINDEV, WINDEV Mobile and WEBDEV.
It is a freely distributable Relational Database Management System (DBMS).
This format can be used on iOS, Android and Universal Windows 10 Apps.
This format is identical to HFSQL Classic in WINDEV and WEBDEV (".WDD" file, data files, etc.).
However, due to limited available space on mobile devices, HFSQL Classic does not support the following features:
  • transactions.
  • logs.
  • locks for files and records.
  • files in Hyper File 5.5 format.
Handling an HFSQL Classic database from a mobile device
An HFSQL Classic database is a set of ".FIC", ".NDX" and ".MMO" files.
Each data file can be handled by a WINDEV Mobile application. To do so, the application uses HFSQL functions (Hxxx functions).
Handling an HFSQL Classic database from a mobile device
Previous pageTable of contentsNext page
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/29/2022

Send a report | Local help