Other News

Community

Inquiring Minds

(Stuart Litel) In my role as president of the International Informix Users Group (IIUG), I answer a lot of questions from Informix users. Three questions in particular arise again and again: Are there any administrative tools to help me with Informix? Where can I get help with Informix performance?

Community

Using Bind Variables

(Steve Muench) A bind variable is a placeholder in a SQL command for a value that will be supplied at runtime by the application. Because you can change the value of the bind variable as many times as needed without changing the actual text of the SQL command, the database can reuse the same stateme

Community

Types and Objects in Python

(David M. Beazley) All the data stored in a Python program is built around the concept of an object. Objects include fundamental data types such as numbers, strings, lists, and dictionaries. It’s also possible to create user-defined objects in the form of classes or extension types. This chapter des

Community

Service Oriented Architecture

(Joydip Kanjilal) Service Oriented Architecture is one of the most popular architectural paradigms today, but without any standardized reference model. It is an architecture that provides seamless Enterprise Information Integration between loosely coupled distributed applications or services over th