[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ODBC Error

lrlebron@gmail.com

11/6/2006 4:01:00 PM

I am running a ruby script to import some data into an MS SQL Server
Express database. The script works but I am getting errors. The error
message looks like this
"WARNING: STMT 0xXXXXXX was not dropped before garbage collection."

BTW, I am running Ruby 1.8.5 and Windows XP

Any ideas on how to fix this?

thanks,

Luis

1 Answer

Scratchy

11/7/2006 10:09:00 PM

0

Hi Irlebron

There's a very handy ODBC reference on
http://www.ch-werner.de/rubyodbc....
stmt.drop() or stmt.close() should do the trick

regards
Scratchy