| | | |
Database/Operating system | Windows | Linux | Mac |
HFSQL Client/Server or network | Direct access with the Hxx or SQLxx functions with the following DLLs in the runtime directory:- wdxxxhf.dll
- wdxxxjav.dll
- wdxxxsql.dll
- wdxxxvm.dll
Depending on the features used, the following libraries may also be required: wdxxxpnt.dll, wdxxxtrs.dll, wdxxxuni.dll.These libraries are supplied in the "Programs" sub-directory of WINDEV. Java applet: the .dll cannot be included in the applet (they must be installed or downloaded automatically). | Direct access with the Hxx or SQLxx functions with the following libraries in the runtime directory:- wdxxxhf.so
- wdxxxjav.so
- wdxxxsql.so
- wdxxxvm.so
Depending on the features used, the following libraries may also be required: wdxxxpnt.so, wdxxxtrs.so, wdxxxuni.so.These libraries are supplied in the "Programs\Framework\Linux" sub-directory of WINDEV. Java applet: the .so cannot be included in the applet (they must be installed or downloaded automatically). | Direct access with the Hxx or SQLxx functions with the following libraries in the runtime directory:- wdxxxhf.dylib
- wdxxxjav.dylib
- wdxxxsql.dylib
- wdxxxvm.dylib
These libraries are supplied in the "Programs\Framework\MacOSX" sub-directory of WINDEV.Java applet: the .dylib cannot be included in the applet (they must be installed or downloaded automatically). |
Note:- For a direct access to a HFSQL Classic Network database, the data must be found on the local network. The data cannot be found on a Windows share accessible from the Mac.
- For a HFSQL Client/Server database, the data can be found locally or remotely.
|
Native MySQL, SQL Server or SQLite Access | Direct access possible with the Hxxx or SQLxxx functions (no DLL on the user computer) | Direct access possible with the Hxxx or SQLxxx functions (no .so on the user computer) | Direct access possible with the Hxxx or SQLxxx functions (no .dylib on the user computer) |
Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Windows | Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Linux | Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Mac |
Any database that includes a JDBC driver | Direct access possible with the SQLxxx functions only (no DLL on the user computer) | Direct access possible with the SQLxxx functions only (no .so on the user computer) | Direct access possible with the SQLxxx functions only (no .dylib on the user computer) |
Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Windows | Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Linux | Notes: - The JDBC driver must be included in the archive - Make sure that the JDBC driver is compatible with Mac |
Some important points regarding the access to data from a Java application in WINDEV: