From: Mark Ericson Date: 2005-12-15T04:11:29+09:00 Subject: DBI ADO problem ------=_Part_577_13308187.1134587483102 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I was wondering if this exception thrown by my use of DBI ADO is meaningfu= l to anyone? c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:141:in `finish': undefined method `Fields' for nil:NilClass (NoMethodError) from c:/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:789:in `finish' from c:/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:631:in `prepare' I'm simply trying to call prepare on a method and this looks like some kind of internal error within the ADO implementation. ------=_Part_577_13308187.1134587483102--