AS400 database connectivity(aka iSeries, i5, System i)

  • Follow


I am looking for a working open-source RUBY example that demonstrates
how to connect to an AS400 database and query a file.

If someone has an example using a free AS400 account from rzkh.de that
would excellent.

Thank you,

Frank
-- 
Posted via http://www.ruby-forum.com/.

0
Reply Frank 5/27/2010 5:18:02 PM

[Note:  parts of this message were removed to make it a legal post.]

On Thu, May 27, 2010 at 12:18 PM, Frank Kany <frankkany@cinram.com> wrote:

> I am looking for a working open-source RUBY example that demonstrates
> how to connect to an AS400 database and query a file.
>
> If someone has an example using a free AS400 account from rzkh.de that
> would excellent.
>
>
I had to interface with Quadra Star  (a non relational DB from the early 80s
that only libraries, some publishers, and I've been told he CIA uses/used.
It's proprietary) a while back.

I ended up using FFI and bridged to C.
You are probably going to have to do something very similar. FFI is worth
knowing.

Do you have a C, FORTRAN, Java, or XML API?
Good luck.

Andrew McElroy

> Thank you,
>
> Frank
> --
> Posted via http://www.ruby-forum.com/.
>
>

0
Reply andrew 5/27/2010 5:25:48 PM


Frank Kany wrote:
> I am looking for a working open-source RUBY example that demonstrates
> how to connect to an AS400 database and query a file.
>
> If someone has an example using a free AS400 account from rzkh.de that
> would excellent.
>
> Thank you,
>
> Frank
>   
Here is the first hit on google for AS/400 ruby... you can check it out 
and see if it works

http://www.devdaily.com/blog/post/ruby/using-ruby-access-data-on-db2-database-on-as-400-or-iseries-sys/

Adam,

0
Reply rahegge 5/27/2010 5:42:45 PM

2 Replies
276 Views

(page loaded in 0.091 seconds)


Reply: