Hi Walter, > Chris, what is AoAs ?
Not a special data type, just arrays of arrays. > At my current site, I use WATiR, but cannot do any DB work in Ruby, > because the DB (DB2 on zOS) doesn't allow ODBC connections. You need to > access certain sys/admin tables to get an ODBC connection, and we don't > have even select rights on those. I cannot get the Ruby DB2 driver to > work on my 'doze box. So, Perl + DBD::DB2. Ruby's DBI does have a DBD for DB2. You can get the "ruby-dbi-all" package with all the DBDs from here: http://sourceforge.net/project/showfiles.php?group_id=43737 The DB2 DBD depends on Ruby/DB2, which you'd have to compile; AFAIK Windows binaries aren't available for download: http://raa.ruby-lang.org/project/ruby-db2 Cheers, Dave _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
