 |
 |
 |
 |
 |
 |
DataBlade Developers Kit (DBDK) Tips
This technical note summarizes frequently asked questions about the Informix DataBlade Developer's Kit (DBDK).
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
Bad C UDR Code
This technical note demonstrates good and bad C coding practices with an easy Informix User-Defined Routine (UDR) .
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
C++ in DataBlade Development
This tech tip explains how to safely use C++ in an Informix DataBlade project.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
SQL-92 Isolation Levels
Explains SQL-92 isolation levels for access method developers.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
Testing Your DataBlade Module
Provides guidelines for testing DataBlade modules.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
DataBlade Developers Corner Sampler
Contains useful C user-defined routines (UDRs) organized as an Informix DataBlade project. Includes C source code.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
DataBlade Development Tips for NT
This tech note summarizes tips for developing Informix DataBlade modules in the NT environment.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
Recommendations for User Documentation
This technical tip provides recommendations for developing user documentation for Informix DataBlade modules.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
DataBlade Inter-Process Communication using Named Pipes
This tip describes how an Informix C UDR can use named pipes (FIFOs) to communicate with an external process. Includes C source code.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
Managing Variable-Length Data with mi_lvarchar
This tech note explains how to manage variable-length data in an Informix UDR implemented in C.
|
 |
Articles |
 |
02 Jun 2000 |
|
| |
RGBA DataBlade Module (rgba.1.2)
Creates an Informix DataBlade with a new opaque type called RGBA for managing computer color. Includes C source code.
|
 |
Articles |
 |
05 Jun 2000 |
|
| |
Profiling Your DataBlade Module Using the VC++ Profiler
This tech note explains how to use Microsoft Visual Studio tools to profile an Informix DataBlade on NT.
|
 |
Articles |
 |
12 Jun 2000 |
|
| |
Smart Blob Information DataBlade Module (sblob_info.1.5)
Creates an Informix DataBlade with UDRs that create and manage smart
large objects. Includes C source code.
|
 |
Articles |
 |
19 Jun 2000 |
|
| |
DataBlade Inter-Process Communication Using Sockets
This techtip describes how an Informix C UDR can use sockets to communicate with an external process. Includes C source code.
|
 |
Articles |
 |
20 Jun 2000 |
|
| |
Recommendations for Release Notes
This technical note provides guidelines for developing design specifications for Informix DataBlade modules. Includes sample specifications.
|
 |
Articles |
 |
01 Sep 2000 |
|
| |
Java UDRs: A First Look at Java-in-the-Server
Introduces how to implement an Informix UDR in Java. Includes source code.
|
 |
Articles |
 |
18 Oct 2000 |
|
| |
Java UDRs with Embedded SQL
This article explains how to embed SQL in an Informix UDR implemented in Java. Includes source code.
|
 |
Articles |
 |
01 Jan 2001 |
|
| |
C UDRs that Call a Function in a Shared Library
This techtip explains what happens when an Informix C UDR executes a function in a shared library that is linked to the DataBlade shared object.
|
 |
Articles |
 |
02 Jan 2001 |
|
| |
Extending Index Methods: An Overview
Introduces two ways to add index support to Informix.
|
 |
Articles |
 |
19 Jan 2001 |
|
| |
Debugging Stack Overflow Problems
This techtip suggests how to debug stack issues with an Informix C UDR.
|
 |
Articles |
 |
20 Jan 2001 |
|
| |
Optimizing Performance and Scalability with the Informix Web DataBlade Module 4.x
This article describes Informix Web DataBlade performance factors and usage scenarios.
|
 |
Articles |
 |
29 Jan 2001 |
|
| |
Shapes DataBlade Module (Shapes.3.0)
Creates an Informix DataBlade with new opaque types that manage
two-dimensional points, boxes, and circles, including R-tree index. Includes C
source code.
|
 |
Articles |
 |
30 Jan 2001 |
|
| |
Extending an Existing Index Method with an Operator Class
Explains how to extend an existing Informix index to manage a new type.
|
 |
Articles |
 |
30 Jan 2001 |
|
| |
Java UDR Tracing
This paper describes how you can use Krakatoa's built-in tracing
features to generate feedback from your Java UDRs.
|
 |
Articles |
 |
30 Jan 2001 |
|
| |
Extending the R-tree Index Method to Manage New Types
This technical note explains how to extend the Informix R-tree index to manage a new type.
|
 |
Articles |
 |
30 Jan 2001 |
|
| |
Common DataBlade Development Problems
This technical note summarizes common Informix DataBlade module developments problems.
|
 |
Articles |
 |
30 Jan 2001 |
|
| |
How Queries Execute
Explains how Informix queries that contain a UDR execute.
|
 |
Articles |
 |
31 Jan 2001 |
|
| |
Java Client Support For Your Opaque UDT
Explains how to provide Java client support for an Informix opaque type. Includes source code.
|
 |
Articles |
 |
28 Feb 2001 |
|
| |
XML Extender for DB2 Version 7
Partnering your XML document management with DB2 provides the stability, scalability and security of DB2. With DB2's XML support, you can build business-to-business (B2B) and business-to-consumer (B2C) applications that store XML documents for fast search capabilities, entirely within DB2. If your mission-critical business data is already stored in DB2, its XML support can enable your current business data for XML.
|
 |
Articles |
 |
01 Mar 2001 |
|
| |
Reading between the lines
This article discusses methods of mining unstructured data including three fundamental text mining operations: clustering, categorization, and information retrieval.
|
 |
Articles |
 |
01 Mar 2001 |
|
| |
Wrapping DBMS stored procedures as methods in session EJB
components
Integrating Web application server and database management (DBMS) technologies is a common requirement for many new business applications. This article explores one facet of that integration effort: how to design and develop methods in session Enterprise JavaBeans (EJB) components that wrap or invoke existing DBMS stored procedures.
|
 |
Articles |
 |
02 Mar 2001 |
|
| |
Parallelizing UDRs
This tech note explains how to take advantage of Informix Parallel Database Query (PDQ) features in a UDR.
|
 |
Articles |
 |
16 Apr 2001 |
|
| |
Informix Exec Bladelet
This demo creates an IBM Informix DataBlade with two functions that provide dynamic SQL functionality in an SPL routine. Includes source code.
|
 |
Articles |
 |
27 Apr 2001 |
|
| |
Fastpath: Executing a SQL Routine from a C UDR
Shows how an Informix C UDR can directly execute another UDR using the fastpath interface. Includes source code.
|
 |
Articles |
 |
02 Jun 2001 |
|
| |
Breaking Relational Vows
Ever wanted to stretch the limits? This article shows you basic and fancy techniques in setting up your relational database, as well as how to break the traditional rules.
|
 |
Articles |
 |
03 Jul 2001 |
|
| |
Connecting PHP applications to IBM DB2 Universal Database
PHP is a powerful and increasingly popular server-side scripting language for creating Web content. After a brief overview of the features of PHP and an introduction to PHP scripting, the article describes how to compile PHP as a dynamically-loaded Apache module with DB2 support. The article concludes with several examples that demonstrate how to connect to, insert data into, and select data from a database using PHP.
|
 |
Articles |
 |
03 Jul 2001 |
|
| |
Installing Your First DB2 Database
Save time and energy if you're installing DB2 for the first time. Read this article to get started on introductory tasks such as installing the DB2 code and defining a DB2 object. You'll also read about the variations between DB2 editions and how to determine your database's buffer pool size.
|
 |
Articles |
 |
03 Jul 2001 |
|
| |
The database security blanket
This article walks you through the security features in DB2 UDB Version 7.1 for Windows, Unix, and OS/2 and describes some internal controls that can help you maximize your security.
|
 |
Articles |
 |
03 Jul 2001 |
|
| |
e-Business Intelligence Front-End Tool Access to OS/390 Data Warehouse
Based on the IBM e-BI architectural framework, this Redbook explains the building blocks required to connect front-end e-BI user tools to the OS/390 data warehouse or data mart. It also shows the Web integration in the architecture and the accessibility of the data warehouse from browser-based clients in an e-business environment.
|
 |
Redbooks |
 |
03 Jul 2001 |
|
| |
Operation Data Mining
This article explains the considerations in operationalizing data mining, how DB2 Intelligent Miner Scoring brings the model deployment process out of the hands of analysts into the standard database administrative process, and what data mining developments to expect in the future.
|
 |
Articles |
 |
27 Jul 2001 |
|
| |
A Data Strategy for the Enterprise, Part II
This article walks you through implementation considerations for enterprise application integrator (EAI) technology when using DB2 DataJoiner and MQSeries Integrator. Implementing EAI infrastructure lets you synchronize business rules and application requirements.
|
 |
Articles |
 |
30 Jul 2001 |
|
| |
Powering Up: DB2 Utilities
This articles describes enhanced and new DB2 utilities in DB2 Universal Database for OS/390,Version 7. The most significant changes are grouped around wildcarding, dynamic allocation, and templates, which cross the individual utility bounds, and the new UNLOAD utility.
|
 |
Articles |
 |
31 Jul 2001 |
|
| |
Backing Up DB2 Using Tivoli Storage Manager
This IBM Redbook covers techniques and practical guidelines for backing up DB2 UDB using Tivoli Storage Manager. It is intended for database administrators (DBAs), system/storage administrators and anyone who needs to protect their critical DB2 databases. It focuses on the use of the Tivoli Storage Manager API client and provides installation, setup, customization, and day-to-day management examples.
|
 |
Redbooks |
 |
01 Aug 2001 |
|
| |
IBM Replication Solutions for Pervasive Computing with DB2 Everyplace and DB2 Satellite Edition
This IBM Redbook provides you with sufficient information to effectively use DB2 Everyplace and DB2 Satellite Edition to create, manage and deploy pervasive applications. It provides both introductory and detailed information on pervasive solutions in the DB2 Everyplace and DB2 Satellite Edition environments.
|
 |
Redbooks |
 |
02 Aug 2001 |
|
| |
Using MQSeries from DB2 Applications
Author Dan Wolfson of IBM's Database Technology Institute describes how to use new features in DB2 UDB Version 7.2 to easily integrate MQSeries messaging with database applications in this article. Wolfson explains how the new functions provide seamless access to MQSeries messaging within standard SQL statements to support a broad range of applications -- from simple event notification to operational data store creation.
|
 |
Articles |
 |
06 Aug 2001 |
|
| |
DB2 Integrated SQL Debugger
This article explains how users can remotely debug a broad range of stored procedures executing on any DB2 server using IBM DB2 Stored Procedure Builder and the SQL Debugger component.
|
 |
Articles |
 |
07 Aug 2001 |
|
| |
e-Business Intelligence: Leveraging DB2 for Linux on S/390
This IBM Redbook shows the possible Linux configurations on S/390 and describes the advantages of consolidating UNIX data mart farms on unique IBM e-servers using DB2 for Linux on S/390. It also describes how to set up DB2 for Linux in a Linux LPAR and how to customize the database connections (using DB2 Connect for Linux) to the DB2 for OS/390 data warehouse residing in an OS/390 LPAR on the same machine.
|
 |
Redbooks |
 |
08 Aug 2001 |
|
| |
DB2 Storage Trivia
Read this article for insights, tips and techniques for managing data in a DB2 storage system. You'll learn about storing data for optimum efficiency, EEE vs. non-partitioned databases, page size, system-managed vs. database-managed table spaces, micro-managing data storage, and more. Numerous examples are included.
|
 |
Articles |
 |
11 Aug 2001 |
|
| |
DB2 for OS/390 and z/OS Powering the World's e-business Solutions
More and more customers worldwide are using DB2 technology on the S/390 platform to implement a wide variety of mission-critical business applications. This IBM Redbook provides an understanding of the environment required to access DB2 for OS/390 and z/OS Version 7 for use with an Internet Web server.
|
 |
Redbooks |
 |
11 Aug 2001 |
|
| |
The Evolution of Relational DatabaseTechnology
This chronology illustrates DB2's innovations and leadership over the years.
|
 |
Articles |
 |
12 Aug 2001 |
|
| |
Encrypting Data Values in DB2 Universal Database
Data privacy and security continue to be hot buttons for consumers. That's increasingly true with the growing number of Web-based applications that gather critical information for an increasing number of users. This article describes how to use new functions available in IBM DB2 UDB Version 7.2 to easily integrate data encryption into database applications.
|
 |
Articles |
 |
14 Aug 2001 |
|
| |
Kiss Paper Files Goodbye
From DB2 Magazine: Enterprise content management systems capture, index, and store all the documents you typically find in file cabinets - and automatically transform them into Web formats. With easy access and fast response times, you may never touch paper again.
|
 |
Articles |
 |
15 Aug 2001 |
|
| |
DB2 for z/OS and OS/390 Version 7 Performance Topics
This IBM Redbook describes the performance implications of several enhancements made available with DB2 Version 7. Enhancements to performance and availability are delivered through new and enhanced utilities, dynamic changes to the value of many of the system parameters without stopping DB2, and the new Restart Light option for data sharing environments.
|
 |
Redbooks |
 |
15 Aug 2001 |
|
| |
DB2 UDB v.7.2: The Integration Continues
New features help weave DB2 UDB into the fabric of e-business by improving relationships with application partners. Read this article from DB2 Magazine which details the new integration features of DB2 UDB v7.2, with code samples about MQ Series and Web services.
|
 |
Articles |
 |
15 Aug 2001 |
|
| |
Developing A User Defined Aggregate
Shows how to develop a user-defined aggregate for an Informix database. Includes sample source code.
|
 |
Articles |
 |
27 Aug 2001 |
|
| |
DB2 UDB for iSeries Long and Short Identifiers
This article provides information on customizing your long and short identifiers for your implementation of DB2 UDB. Using these tips helps an application integrate better with existing iSeries commands, utilities, and applications.
|
 |
Articles |
 |
27 Aug 2001 |
|
| |
Multirepresentational lvarchar Opaque Type (mrLvarchar.1.1)
This project creates the idn_mrLvarchar opaque type, which stores character data up to 2 gigabytes. It is a multirepresentational (multirep) type, which means that small values get stored in-row and large values get stored in a smart blob.
|
 |
Articles |
 |
28 Aug 2001 |
|
| |
Using the IBM Informix XSLT and Web DataBlades
This article presents an in-depth discussion of the Informix support for XML, including generating XML from database tables using the Web DataBlade, transforming incoming XML to XML, HTML or other text formats using the XSLT DataBlade, and using XML data as input to insert data into database tables. Examples are included.
|
 |
Articles |
 |
28 Aug 2001 |
|
| |
DeepCopy: Managing Out-of-Row Data in 9.3
Explains how to manage out-of-row data in Informix 9.3 with the new DeepCopy() opaque type support function.
|
 |
Articles |
 |
18 Sep 2001 |
|
| |
Multirepresentational Opaque Types
Introduces an Informix multirepresentational opaque type, which stores small values in-row and large values in smart blobs.
|
 |
Articles |
 |
18 Sep 2001 |
|
| |
Memory Allocation for C UDRs
Explains how to use the Informix C DataBlade API memory management functions.
|
 |
Articles |
 |
19 Sep 2001 |
|
| |
What is the DataBlade API?
Introduces the Informix DataBlade API, an application programming interface for coding C UDRs.
|
 |
Articles |
 |
19 Sep 2001 |
|
| |
Working with Spatial Types in SPL Routines
This article explains how to use Informix Spatial DataBlade types in SPL routines.
|
 |
Articles |
 |
02 Oct 2001 |
|
| |
DB2's object-relational highlights: User-defined structured types and object views in DB2
Describes support in DB2 Version 7 for user-defined structured types and other object-oriented features such as inheritance, methods, object identifiers, navigation by reference, and dynamic dispatch of methods (polymorphism). Index extensions allow user-defined indexing specifications to be created on structured and distinct type data for improved performance. JDBC 2.0 and SQLJ Part 2 support provide a tighter integration between the programming environment and the database server.
|
 |
Articles |
 |
11 Oct 2001 |
|
| |
DB2's Command Line Processor and Scripting
This article shows you how to use the Command Line Processor (CLP) to your advantage. But, if your command of SQL is strong -- or you want to enter one quick command to verify the installation of DB2 -- the command line is ideal, and usually faster that submitting similar requests through a front-end. The CLP is a direct route to every DB2 programming interface.
|
 |
Articles |
 |
12 Oct 2001 |
|
| |
IBM Video Central for e-business
This article describes a Web service sample application, IBM Video Central, that uses DB2 Universal Database (DB2 UDB). The architecture and the key technologies are introduced, including sample code.
|
 |
Articles |
 |
12 Oct 2001 |
|
| |
DB2's object-relational highlights: Store and invoke structured type objects
Part 2 of the article that describes support in DB2 Version 7 for user-defined structured types and other object-oriented features such as inheritance, methods, object identifiers, navigation by reference, dynamic dispatch of methods (polymorphism), and index extensions. JDBC 2.0 and SQLJ Part 2 support provide a tighter integration between the programming environment and the database server.
|
 |
Articles |
 |
12 Oct 2001 |
|
| |
DB2 for z/OS and OS/390 Version 7: Using the New Utilities Suite
This redbook describes DB2 Version 7 (for z/OS and OS/390) Utilities Suite product, including information about using wildcards, optimizing concurrent execution of utilities, triggering utilities execution, and considerations for partitioning. Also included: new functions of LOAD (Cross Loader and Online RESUME), REORG, w UNLOAD and COPTYTOCOPY utilities.
|
 |
Redbooks |
 |
12 Oct 2001 |
|
| |
Customers First: Content Management For CRM
From DB2 Magazine: Implementing a content management system can create an impetus to reexamine business processes. When insurance provider Tryg-Baltica took that opportunity and using Content Manager and DB2 UDB, it found ways to serve customers better - and generate revenue faster.
|
 |
Articles |
 |
12 Oct 2001 |
|
| |
Mining Your Own Business in Health Care Using DB2 Intelligent Miner for Data
This IBM Redbook is a solution guide to address the business issues in health care by real usage experience and to position the value of DB2 Intelligent Miner for Data in a Business Intelligence architecture as an integrated solution.
|
 |
Redbooks |
 |
12 Oct 2001 |
|
| |
Mining Your Own Business in Telecoms using DB2 Intelligent Miner for Data
This IBM Redbook is a solution guide to address the business issues in telecommunications by real usage experience and to position the value of DB2 Intelligent Miner for Data in a Business Intelligence architecture as an integrated solution.
|
 |
Redbooks |
 |
12 Oct 2001 |
|
| |
Debugging an SQL Stored Procedure
This tutorial guides you through the process of debugging an SQL stored procedure using the integrated debugger that is provided with the DB2 Stored Procedure Builder.
|
 |
Tutorials |
 |
12 Oct 2001 |
|
| |
Meet the Experts: Bob Lyle Talks About OLAP Functions in DB2 for UNIX, Windows, and OS/2
Bob Lyle gives an overview of powerful online analytical processing (OLAP) functions that are available in DB2, including ranking, and reporting functions. These functions are part of the SQL-99 standard and provide the ability to control ordering of result sets, an important extension to the traditional relational model.
|
 |
Articles |
 |
23 Oct 2001 |
|
| |
Using SQL Procedural Language for Triggers in DB2 UDB
Author Paul Yip reviews the enhancements to trigger functionality made available in Version 7.2 of IBM's DB2 Universal Database. The article describes how triggers can be used effectively and illustrates how to take advantage of new features through several examples.Author Paul Yip reviews the enhancements to trigger functionality made available in Version 7.2 of IBM's DB2 Universal Database. The article describes how SQL Procedural Language extensions can be added inside triggers, greatly enhancing their functionality. Examples show how to take advantage of this new capability.
|
 |
Articles |
 |
24 Oct 2001 |
|
| |
Web Click Stream Analysis using Linux Clusters
Marty Lurie describes how to use SQL to analyze the logs of a Web server to understand how people use the site and performance issues. Using Linux clusters with a shared nothing database can improve the performance of that processing. Examples are shown using IBM-Informix XPS Developers Kit.
|
 |
Articles |
 |
24 Oct 2001 |
|
| |
IBM Video Online for e-business
This article is the first in a series that describes the Web services sample application IBM Video Online for e-Business. Two implementations are described: one with IBM technology alone and one with complementary Microsoft technology. An overview of the interface, control, and data layers are described.
|
 |
Articles |
 |
24 Oct 2001 |
|
| |
Data Management Skills
Centralized location for information about IBM Data Management has education options for professionals. In addition to training, IBM Data Management has an excellent certification program to validate those skills.
|
 |
Related sites |
 |
05 Nov 2001 |
|
| |
Developing Java applications using DB2 Image and Audio Extenders (Part 1)
This article describes how to develop Java database applications that use the multimedia capabilities provided by the DB2 UDB Image and Audio Extenders.
|
 |
Articles |
 |
12 Nov 2001 |
|
| |
Packaging SQL Procedures into iSeries Applications
This article explains a cost-effective way to package SQL procedures that does not require additional software.
|
 |
Articles |
 |
12 Nov 2001 |
|
| |
IBM Video Central for e-business: business
rationale, requirements, and web services description
This article describes the business rationale behind the IBM Video Central for e-business sample solution, including requirements, features, and a complete list of Web services that should be offered in this solution space.
|
 |
Articles |
 |
12 Nov 2001 |
|
| |
IBM Gold Program Offer for Informix Customers
IBM Data Management Gold Program Offerings are intended for Informix customers who want the flexibility to install either Informix or DB2 products in whatever combination is required to meet their business needs over time.
|
 |
Related sites |
 |
12 Nov 2001 |
|
| |
DB2 MQ Functions: Using MQSeries and XML Extender from DB2 Applications
This article uses examples and sample code to show how MQSeries and DB2 XML Extender can be used together to create applications that combine XML messaging with database access to enable a wide variety of e-business applications.
|
 |
Articles |
 |
15 Nov 2001 |
|
| |
Meet the Experts
Curt Cotner talks about his role in the DB2 development team and describes some activities that are underway to ensure that DB2 is the database server of choice for Web applications.
|
 |
Articles |
 |
16 Nov 2001 |
|
| |
IBM Video Central for e-Business: Web Services Privacy, Security, and Accuracy
This article focuses on data privacy, security, and accuracy.
|
 |
Articles |
 |
19 Nov 2001 |
|
| |
Enhancements for Content Manager for OS/390 V2.3 Library Client Batch Delete
Many Content Manager for OS/390 users have high volumes of documents imported and stored into the Content Manager system every day. This technical tip describes enhancements to the process of deleting large numbers of objects.
|
 |
Articles |
 |
30 Nov 2001 |
|
| |
Migrating a Microsoft Access 2000 Database to IBM DB2 Universal Database 7.2
This article describes and evaluates two of the preferred methods for migrating an Microsoft Access database to DB2 and uses a customized case study to trace the steps involved in the two methodologies: Migration using the MS Access Export to ODBC Tool, and Migration using the IBM OLE DB Table UDF Wizard.
|
 |
Articles |
 |
03 Dec 2001 |
|
| |
Meet the experts: Terry Purcell on coding predicates in outer joins: A comparison of simple outer join constructs
In this first of two parts, Terry Purcell, an IBM Gold Consultant with Yevich, Lawson, and Associates, and the the winner of the Best Overall Speaker Award at the 2001 IDUG Asia Pacific conference in Canberra, Australia, offers advice on coding predicates in outer joins.
|
 |
Articles |
 |
04 Dec 2001 |
|
| |
Working with the Geodetic and Spatial DataBlade Modules
This article describes the differences between the Geodetic and Spatial DataBlade modules and how to migrate data between them.
|
 |
Articles |
 |
05 Dec 2001 |
|
| |
New OLAP Miner Feature
OLAP Miner Fixpak 6 provides a no charge DB2 OLAP Miner feature, which can help you analyze your business data by automating the ability to scan through OLAP cubes to find atypical values.
|
 |
Product documentation |
 |
06 Dec 2001 |
|
| |
Performing a Database Backup, Restore, and Rollforward
This article provides a step-by-step guide to performing the basic operations of a DB2 database backup, restore, and the rollforward of log files.
|
 |
Articles |
 |
11 Dec 2001 |
|
| |
Solution spotlight
This article will detail the installation, configuration, and use of Kofax Ascent Capture 4.0 and IBM Content Manager for AS/400 4.3 as an end-to-end solution for document and data capture, processing, storage, retrieval, and display.
|
 |
Articles |
 |
11 Dec 2001 |
|
| |
Content Manager ImagePlus for OS/390 in an MRO
Environment
This article describes how to install additional CICS regions to handle increased workloads of ImagePlus transactions.
|
 |
Articles |
 |
14 Dec 2001 |
|
| |
Debugging DataBlade Modules with dbx
Provides tips on using dbx to debug an Informix DataBlade module.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
How UDRs Execute
Explains how Informix C UDRs and SPL UDRs execute.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Node DataBlade Module
Creates an Informix DataBlade with a new type that solves hierarchical data queries. Includes C source code.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Signals, DataBlades and the Informix Server
Explains how signals interact with the Informix server for DataBlades that need to deal with interrupted system calls.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Internationalizing UDRs
Introduces Informix Global Language Support (GLS) and explains internationalization issues for UDRs. Includes C source code.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Can Your Opaque Type Use Built-In Hashing?
Explains how Informix uses hash values and identifies what kinds of opaque types can use built-in hashing.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Coding Restrictions for DataBlade Modules
Describes the Informix architecture and C UDR code restrictions.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |
Data Safety Using Informix Virtual Processors
Explains when and how to use user-defined or extension Virtual Processor (EVP) classes in an Informix server.
|
 |
Articles |
 |
20 Dec 2001 |
|
| |