Installing a DataBlade Module
The DataBlade modules you create in this tutorial are very simple and do not need special installation packaging.
To install your DataBlade module
1. Create a new directory on the database server machine:
%INFORMIXDIR%\extend\Project.version
Project is the name of your DataBlade module, and version is the numbers you entered in the New Project wizard. For example, the directory for the AddInts DataBlade module is AddInts.1.0.
2. Copy the Project.bld file from the src\C\Debug directory and all the files from the scripts directory into the Project.version directory.