--0-266388628-11839733503207
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi!
I was doing some really really simple stuff with Ruby DBI...
new_conn BI.connect("DBI:Mysql:test:localhost", "root", "pwd")
new_conn.tables.each do |table|
new_conn.columns(table).each do |columninfo|
print columninfo['name']
end
end
and strangely enough i am encountering this error:
Mysql.rb:662
`column_info': undefined method `is_not_null?' for #<Mysql::Field:Table>
Any ideas or has anyone encountered this kind of an error before?
Thanks and regards,
Swanand
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
--0-266388628-11839733503207--