Related Topics . . WCSAMPLE Example . . QWIN Example . . Home


Sample Code Information

Universal Web Connect provides example applications using Universal Web Connect and the Universal Web Connect API. The applications and libraries are located in the $INFORMIXDIR/samples directory.

WCSAMPLE--Daemon Example

The WCSAMPLE sample application uses all of the major functions of the Universal Web Connect API contained in the wclib.lib library. This application is similar in functionality to the WCDAEMON application that is shipped with Universal Web Connect, excluding the more sophisticated event handlers and the ability to write and update large objects.

The files include:

WCSAMPLE provides the following functions:

QWIN--Query Window Example

The QWIN sample application demonstrates a Universal Web Connect custom application with a set of AppPages that uses AppPage tags and user dynamic tags. QWIN also uses INFORMIX-ESQL/C.

To run the QWIN application

  1. Build qwin.exe using qwin.mak.
  2. Execute the following statement to populate the AppPages and user dynamic tags into the database:
    setupqwin database server username password 
  1. Add the application section into the Universal Web Connect configuration file for qwin.exe.
  2. Launch qwin.exe through your Web browser. See qwin.ec for a list of functions and comments.

The files include:


These sample applications are distributed only as examples for the programmer. They are not supported by Informix Software, Inc, nor is their use or distribution supported by Informix Software, Inc. The following disclaimer applies:

Informix Software, Inc.

Proprietary Data

This document contains trade secret data that is the property of Informix Software, Inc. This document is submitted to the recipient in confidence. Information contained herein may not be used, copied, or disclosed in whole or any part except as permitted by written agreement signed by an officer of Informix Software, Inc.

This material is also copyrighted as unpublished work under sections 104 and 408 of Title 17 of United States Code. Unauthorized use, copying, or other reproduction is prohibited by law.

Related Topics

Universal Web Connect API


Top of Page . . WCSAMPLE Example . . QWIN Example . . Home