ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Native Connectors/Native Accesses / Native DB2 Connector
  • Overview
  • Required configuration
  • Native DB2 Connector requirements
  • The necessary files
  • Use
  • To use Native DB2 Connector in your WINDEV applications or in your WEBDEV websites
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
As an option, WINDEV and WEBDEV offer a DB2 Native Connector (also known as "DB2 Native Access").. This Native Connector allows you to access a DB2 database from a WLanguage program without using any external driver.
Attention: This version of the DB2 Native Connector only works with WINDEV and WEBDEV.
Required configuration

Native DB2 Connector requirements

  • DB2 version 7.1 or later (Native Connector tested by us with versions 8.2 and 10).
  • The DB2 client on each computer accessing DB2.
  • DB2CLI.DLL must be accessible:
    • from the development computer,
    • from the deployment computer.

The necessary files

The following files are required to use Native DB2 Connector:
  • in 32 bits:
    • DB2CLI.DLL. This DLL is installed by the 32-bit client library of DB2. For more details, see the license agreement of DB2 about the distribution conditions of this DLL.
    • wd300db2.dll. Required for Native Connector to a DB2 database in 32-bit mode. This file is supplied with Native Connector for DB2.
  • in 64 bits:
    • DB2CLIO.DLL. This DLL is installed by the 64-bit client library of DB2. For more details, see the license agreement of DB2 about the distribution conditions of this DLL.
    • wd300db2_64.dll. Required for Native Connector to a DB2 database in 64-bit mode. This file is supplied with Native Connector for DB2.
Use

To use Native DB2 Connector in your WINDEV applications or in your WEBDEV websites

To use DB2 in native mode, you must program:
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help