BankInfoSecurity.com

What's the Cost of Failed Trust?
BankInfoSecurity.com
Prior to joining Vhayu, Hudson held numerous executive leadership posts, including CEO and cofounder of MS2, Senior Vice President of Corporate Development at Informix Software, CEO of Visioneer, and numerous senior executive posts at NetFRAME ...

and more »

Read more...

 

Geeking out: Learning and fun unite STEM students at UMKC
UMKC University News
He explained how IBM's Informix Timeseries software benefits utilities companies, which use the centralized database to track utility consumption over time. Two events were organized by the UMKC Robotics team: the Tesla 500 Race and a soldering tutorial.

Read more...

 

Teradataの強みはアナリティクスにあり―Teradata Unified Data Architectureで ...
EnterpriseZine
多少の前後はあるものの、Oracle、Sybase、Informix、Ingres、Tandem Computersなどなど、製品だけでなくデータベース専業ベンダーもこの頃に多数登場する。時は流れ、その頃と今ではだいぶメンバーの顔ぶれが変わってしまった。当時から現在に至るまで、データベース ...

Read more...

 

Vision Juices IBM i Performance in DB Replication Tool
IT Jungle
In addition to the platforms mentioned above, Double-Take Share supports Oracle 11g, IBM DB2 for LUW (Linux, Unix, and Windows), IBM Informix, Sybase ASE, and Microsoft Azure cloud databases. Vision ships more than 60 pre-packaged data ...

Read more...

 
I 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)

Would return the third token:

brown

Here is the code for my_strtok(), comments welcome on anything I might have missed in the logic. And when I say it is slow, I just mean it could be done in a different way and perform more efficiently, but for what I needed it works.

create function my_strtok (str lvarchar(2048), delim char(1), token_num smallint)
returning lvarchar(2048) as token;

        define str_len integer;
        define start_pos integer;
        defi...

Read more...

 
More Articles...
Newsflash
IBM intends to offer NoSQL database capabilities inside of DB2 beginning early next year, according to a keynote speaker at IBM Information On Demand 2011.


Read more...
 

Title: Best Practices for Embedded Data Management
Date: Thursday, May 24, 2012
Time: 10:30 AM - 12:00 PM (Central Time), 16:30h Germany
Presented By: Pradeep Natarajan - Software Developer (IBM)
Registration: Best Practices for Embedded Data Management

Description:

 
A small footprint, a silent i...
Read more...
 

Title: Utilizing Informix in the Apple Eco System
Date: Thursday, September the 27th, 2012
Time: 10:30 AM - 12:00 PM (Central Time), 16:30h Germany
Presented By: Ian Ilsley -Software Engineer (IBM)
Registration: Utilizing Informix in the Apple Eco System

Description:

 
The presentation will cover iOS support for Informix. 

Applications can be seamlessly written to Support Informix as the backend. The 
development environment used on iOS via open source, web services etc. will be 
detailed for application development. Discover creating Mac OSX application using 
Informix ESQL/C and Xcode iOS using Informix as the backend. 

Come and join us for this Event. 

Register for this event at:
https://events.webdialogs.com/register.php?id=6e99e45969&l=en-US 

If clicking a link above does not work, please copy the entire link 
and paste it into your Web browser. 
For technical questions, contact support at support@lotuslive.com.
For questions about this event, contact the host at: mckeithe@us.ibm.com. 
Read more...
 
Ads