Ruby DBI

S

Starke

I am trying to create a reporting system via rails and iSeries DB2. I
have ruby retrieve records with Ruby DBI. Is there a way to get this
working inside rails?
 
D

Damjan Rems

Starke said:
I am trying to create a reporting system via rails and iSeries DB2. I
have ruby retrieve records with Ruby DBI. Is there a way to get this
working inside rails?

I see no reason, why you couldn't access your data with DBI inside rails
same as without rails.

by

TheR
 
B

Brian Candler

I am trying to create a reporting system via rails and iSeries DB2. I
have ruby retrieve records with Ruby DBI. Is there a way to get this
working inside rails?

Yes.
 
S

Starke


I thought so to, but I guess Im not setting up rails correctly to use
DBI... im just guessing but I tried to setup my database.yml file as

development:
adapter: DBI
dsn: a2401p6
username: STARTCA
password: STARTCA

But it bombs. I really cant find any documenation on using DBI within
rails...
 
B

Brian Candler

I thought so to, but I guess Im not setting up rails correctly to use
DBI... im just guessing but I tried to setup my database.yml file as

development:
adapter: DBI
dsn: a2401p6
username: STARTCA
password: STARTCA

But it bombs. I really cant find any documenation on using DBI within
rails...

Ah, I see what you mean. database.yml is for ActiveRecord. Those values are
passed to ActiveRecord::Base.establish_connection or whatever.

If you want to use DBI, I think you'll have to open the DBI connection
yourself.

Regards,

Brian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

how to uninstall ruby-dbi-all 0
DBI 2
Ruby DBI 3
mysql -- cannot connect (can in Perl) 6
DBI/DBD for MySQL 3
dbi help required 0
Need help for Ruby DBI and PostgreSQl 13
Access Postgre Sql 1

Staff online

Members online

Forum statistics

Threads
474,238
Messages
2,571,193
Members
47,830
Latest member
ZacharySap

Latest Threads

Top