AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Conectores Nativos/Accesos Nativos / Conector Nativo Informix
  • Overview
  • Required configuration
  • Native Informix Connector requirements
  • Required files
  • Use
  • Using Native Informix Connector in your WINDEV applications and WEBDEV websites
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
As an option, WINDEV and WEBDEV offer an Informix Native Connector (also known as Informix Native Access).. This Native Connector allows you to access an Informix database from a WLanguage program without using any external driver.
Benefits of using Native Informix Connector:
  • HReadxxx functions (HReadNext, HModify, etc.) can be used on Informix databases. This means that an Informix database and an HFSQL database can be handled with the same commands. Porting an existing application to external databases is simplified.
  • The RAD allows you to generate the code with the Hxxx functions (HReadNext, ...) or with the SQLxxx functions.
  • Direct access to Informix base without intermediate layer: MDAC unnecessary, OLE DB unnecessary, ODBC unnecessary.
  • WDMAP (the data viewer) can be used on your Informix databases (via the 32-bit client library).
  • The HFSQL Control Center can be used on your Informix databases (CC30HF.exe for the 32-bit client libraries and CC30HF64.exe for the 64-bit client libraries). This allows you to perform queries directly and to view the Informix data.
  • The setup is child's play: No OLE DB or ODBC layer to install on the end-user computer.
  • All versions of Informix databases are supported
  • etc.
The use of this Native Connector is highly recommended when developing Client/Server applications (that access Informix databases) with WINDEV or WEBDEV. Feel free to contact us for any additional information.
Caution:
  • This version of the Native Informix Connector works with WINDEV and WEBDEV 2025.
  • This version of the Informix Native Connector does not work with the following products: Informix Standard Edition (SE), Informix OnLine and Informix C-ISAM.
Required configuration

Native Informix Connector requirements

In 32 bits:
  • Informix client library 3.34.0.11061 (version checked by our services) must be installed.
  • The ICLIT09B.DLL DLL (version checked by our services) must be accessible:
    • from the development computer.
    • from the deployment computer.
In 64 bits:
  • Informix client library 4.10.00.15364 (version tested by our services) installed.
  • The ICLIT09B.DLL DLL (version checked by our services) must be accessible:
    • from the development computer.
    • from the deployment computer.
The ICLIT09B.DLL DLL is sought by default. If this DLL is not available:
  1. Create a "WDIFMX.INI" file in the Windows directory (C:\WINDOWS for example).
  2. Add the following information into the "WDIFMX.INI" file:
[CLIENT]
DRIVER=<Nom de la DLL>
where <DLL name> corresponds to the full path of the Informix DLL. This DLL can also correspond to the ODBC driver used to access Informix.

Required files

The following files are required to use Native Informix Connector:
  • ICLIT09B.DLL (version tested by us): This DLL is installed by the Informix client library.. For more details, see the license agreement of Informix about the distribution conditions of this DLL.
  • wd30 0ifmx.dll: Necessary for Native Connector a 32-bit Informix database. This file is supplied with Native Connector for Informix.
  • wd30 0ifmx64.dll: Necessary for Native Connector a 64-bit Informix database. This file is supplied with Native Connector for Informix.
Use

Using Native Informix Connector in your WINDEV applications and WEBDEV websites

To use Informix natively, you must program:
Remarks:
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 18/09/2024

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