From: Damjan Rems Date: 2008-08-07T14:31:55+09:00 Subject: Re: ruby dbi and sql server 2000 aidy wrote: > I am receiving this error > > DBI::DatabaseError: EOF > > OLE error code:800A0E78 in ADODB.Recordset > > Operation is not allowed when the object is closed. > > HRESULT error code:0x80020009 > > Exception occurred. Why not just something like this: sql_server.dbh.do("DELETE FROM [OrderLineStatus]") by TheR -- Posted via http://www.ruby-forum.com/.