| | | |
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:- wd280hf.dll
- wd280jav.dll
- wd280sql.dll
- wd280vm.dll
Depending on the features used, the following libraries may also be required: wd280pnt.dll, wd280trs.dll, wd280uni.dll.These libraries are available in the "Programs" subdirectory 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:- wd280hf.so
- wd280jav.so
- wd280sql.so
- wd280vm.so
Depending on the features used, the following libraries may also be required: wd280pnt.so, wd280trs.so, wd280uni.so.These libraries are available in the "Programs\Framework\Linux" subdirectory 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:- wd280hf.dylib
- wd280jav.dylib
- wd280sql.dylib
- wd280vm.dylib
These libraries are available in the "Programs\Framework\MacOSX" subdirectory 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 an 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 |