Ruby/Informix is a Ruby extension for connecting to IBM Informix
Dynamic Server, written in ESQL/C.
It is being developed and heavily tested on Solaris/SPARC. It has been
reported to work on Linux Fedora, SuSE Linux, Windows XP and HP-UX.
0.4.0 12/13/2006
New features:
* Support for multiple connections to databases
* Support for scroll cursors. Methods available:
- [], slice
- prev, next, first, last, current
- prev_hash, next_hash, first_hash, last_hash,
current_hash
- slice!, prev!, next!, first!, last!, current!
- slice_hash, prev_hash, next_hash, first_hash,
last_hash,
current_hash!
- slice_hash!, prev_hash!, next_hash!, first_hash!,
last_hash!,
current_hash!
* New Cursor#id method that returns the cursor name for use in
update cursors
Bugs fixed:
* Memory for input parameters was allocated before
statement/cursor
preparation but not freed if preparation failed.
Home page: http://ruby-informix.rubyforge.org
Download from: http://rubyforge.org/projects/ruby-informix/