|
|
|
|
|
- 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
Native DB2 Connector for WINDEV and WEBDEV
Available only with this kind of connection
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. 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.
To use Native DB2 Connector in your WINDEV applications or in your WEBDEV websites To use DB2 in native mode, you must program:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|