| Informix Application Development - Getting Started |
|---|
![]() |
| IBM Informix Developer's Handbook |
![]() |
| Embedding IBM Informix |
![]() |
Feed items

IBM Informix Request for Enhancement Tool
Submitted by aford on May 3, 2013 - 19:56I have no idea how IBM decides what new features to add to Informix, but I do know that we can now be part of the discussion by using the new Request for Enhancement tool (RFE Tool).

IBM Informix Marketing: You've Come A Long Way, Baby
Submitted by aford on April 8, 2013 - 20:38
When You Need to Store a String of Numbers in a CHAR Column
Submitted by aford on April 5, 2013 - 21:44Sometimes you have to store a string of numbers in a CHAR column. Probably because the string of digits represents an account number or something similar and storing as an INTEGER or BIGINT doesn't really make sense. The account number could have leading zeros that would be lost if stored as an integer. Parts of the account number could store special information, like positions 2,3 and 4 identify what department an account belongs to and it might be useful to be able to select digit_string[2,4]. There are plenty of reasons to store numerical data in a string.

For My 100th Post: IBM Informix 12.1 - It's Simply Powerful
Submitted by aford on March 26, 2013 - 18:0011:58 AM: Waiting for the IBM Informix It's Simply Powerful Webcast to start and on my screen I see IBM Informix 12.1, so I guess it is officially announced.
12:00 PM: Moderator is giving the rules and regulations of the Webcast. Questions will be answered after the Webcast.
12:01 PM: Chad Gates from Pronto Software, John Miller Informix Lead Architect and Sally Hartnell from IBM Marketing filling in for Jerry. Where's Jerry? He is unavoidably detained.
12:03 PM: 12+ Years of Informix Innovation with IBM

Psuedo strtok in SPL
Submitted by aford on March 7, 2013 - 23:36I needed a way to extract the individual words from a sentence stored in a single character field. After some failed google searches and no desire to install a Datablade or write a C UDR for something that doesn't need to have killer performance, I decided to write my own quick and dirty SPL function.
my_strtok(str, delim, token_num) will take a string, break it into individual tokens based the delimiter and return the Nth token of the string.
Running this:
execute function my_strtok("How now brown cow", " ", 3)

Where Are They Now?
Submitted by aford on March 5, 2013 - 19:11Where did I find this picture, can you identify anyone in this picture and what is the guy on the left looking at on the ground?

From the SIGs - LTXHWM and LTXEHWM
Submitted by aford on March 4, 2013 - 23:17John Adamski posted a question to the IIUG SIGs about how to identify a session that caused the long transaction that eventually put his system in a Blocked:LONGTX state.

Hot Topic - SELECT FOR UPDATE/WHERE CURRENT OF
Submitted by aford on March 1, 2013 - 22:30"Holy Cow, two blog posts in one day!" - Harry Caray

Informix News of the Weird
Submitted by aford on March 1, 2013 - 17:31Informix Engine Defies Laws of the Universe
I recently inherited an Informix engine from another department as part of a server migration and upgrade to Innovator-C. In my life long pursuit of finding unattended Informix engines with ridiculously long up times I did an 'onstat -' to see how many days this engine had been running.
[informix]$ onstat - IBM Informix Dynamic Server Version 10.00.UC3R1 -- On-Line (Prim) -- Up 869 days 12:02:13 -- 2423888 Kbytes

Have You Heard? It's Simply Powerful.
Submitted by aford on February 5, 2013 - 22:52Of course I'm talking about the March 5th, 2013 IBM Informix Webcast that will talk about the latest release, but if you're reading this on Planet IDS you've already heard about it from Fernando, Eric and Gary and you can stop reading right now.
If this is the first you've heard of this event, then read on...












