DataBlade Module Development Overview
Chapter 1: DataBlade Module Concepts
Home
Contents
Index
Master Index
New Book
DataBlade Module Programming Language Options
The DataBlade Developers Kit supports the following programming language options:
C.
For any DataBlade module object.
C++.
For opaque type support routines only. If your project includes other DataBlade module objects, they must be implemented in C.
ActiveX.
For client-side value objects only. An
ActiveX value object
encapsulates data retrieved from an Informix database server about an opaque type and its support routines for use by a client application. If coded in C++, a single set of C++ source code files provides both the client-side and database server-side logic for ActiveX value objects that application programmers can use to display opaque data types.
For more information on programming language options, see the
DataBlade Developers Kit User's Guide.
DataBlade Module Development Overview
, version 3.6
Copyright © 1998, Informix Software, Inc. All rights reserved.