AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Conectores Nativos/Accesos Nativos / Conector Nativo DB2
  • Overview
  • Required configuration
  • Conditions for using Native DB2 Connector
  • The necessary files
  • Use
  • To use Native DB2 Connector in your WINDEV applications or in your WEBDEV sites
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
Overview
WINDEV and WEBDEV propose an optional Native Connector to DB2 (also called "Native Access to DB2"). This Native Connector allows you to access a DB2 database from a WLanguage program without using any external driver.
Caution: This version of the Native DB2 Connector works with WINDEV and WEBDEV only.
Required configuration

Conditions for using Native DB2 Connector

  • 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-bit:
    • DB2CLI.DLL. This DLL is installed by the 32-bit client layer of DB2. See the license agreement of DB2 for more details about the distribution conditions of this DLL.
    • wd290db2.dll. Required for Native Connector to a DB2 database in 32-bit mode. This file is supplied with Native Connector for DB2.
  • in 64-bit:
    • DB2CLIO.DLL. This DLL is installed by the 64-bit client layer of DB2. See the license agreement of DB2 for more details about the distribution conditions of this DLL.
    • wd290db2_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 sites

To use DB2 in native mode, you must program:
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/03/2023

Señalar un error o enviar una sugerencia | Ayuda local