![]() |
DataBlade Developers Kit Tutorial |
Exercise 3: Creating Distinct Data Types and Casts, continued
See " Compiling and Linking DataBlade Module Code" for detailed instructions on using the Visual C++ makefile (Mercury.mak for this exercise) to compile the source code into the dynamic link library file (Mercury.bld). For more information about compiling on UNIX, see the DataBlade Developers Kit User's Guide.
See " Installing a DataBlade Module" for detailed installation instructions.
See " Starting Informix Dynamic Server on Windows NT" for detailed instructions for starting Informix Dynamic Server on Windows NT. For instructions on starting Informix Dynamic Server on UNIX, see the Administrator's Guide for your database server.
create database mercury_ex with buffered log;
See " Registering a DataBlade Module" for detailed instructions on registering using the BladeManager graphical user interface. For information on registering using BladeManager from the command line, see the DataBlade Module Installation and Registration Guide.
After you install and register the DataBlade module, the Informix database accepts the new data types and routines and runs them as if they were built-in. To test the Mercury DataBlade module, execute these SQL operations using DB-Access or SQL Editor
Copyright © 1998, Informix Software, Inc. All rights reserved. |