[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

eruby dbi select problem

Peter Woodsky

1/21/2008 5:28:00 PM

Hi
I'm using eruby/mod_ruby on Apache 2.2 and I'm having a problem doing a
select against a table (mysql 5)

sth = dbh.execute("select type,site,amount from logger order by id
desc")

The select returns the results from type,site but not amount. Amount is
a decimal field. Ruby just throws the following internal server error.
If I remove amount it works fine. Any idea what I'm doing wrong?

[Mon Jan 21 12:19:14 2008] [error] mod_ruby:
/usr/lib/ruby/1.8/DBD/Mysql/Mysql.rb:649:in `column_info': undefined
method `[]' for nil:NilClass (NoMethodError)

Thanks
--
Posted via http://www.ruby-....