ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / Access via ODBC or OLE DB
  • Overview
  • How to?
  • Handling databases via a Linux ODBC driver
  • Installing the ODBC layer in Debian
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The native access to HFSQL Classic and Client/Server is available for WINDEV applications running in Linux ("console" applications) and for the WEBDEV websites hosted in Linux.
The native access to MySQL is also available in Linux.
Access to all databases with a Linux ODBC driver is also available: Oracle, DB2, Postgresql, Interbase, Ingres, SQL Server, Informix, ...
How to?

Handling databases via a Linux ODBC driver

To handle the databases via a Linux ODBC driver:
  1. Check whether the standard layer for ODBC management is not installed on the Linux computer. If this is not the case, install this layer for ODBC management.
  2. Install (if necessary) the ODBC driver corresponding to the database to use.
  3. In your Linux application or site, handle the databases via the SQL functions of WLanguage.

Installing the ODBC layer in Debian

To install the ODBC layer in Debian, use the following code:
apt-get install unixodbc
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help