Thats what I found, I tried doing a close, displose and null'ing the
connection but as you say the connection pool remains active.
A good test for this is to create a table in the database. Then restore an
older version of the database and try creating the table again. The code
will fail at creating the table as it still thinks you have the table.
I may have to go to "plan B" and stop then restart the Sql Service, that
will certainly clear the connection.
I am using MSDE 2000 and wanted a simple restore procedure.
Tony R