boit Level: Scholar
 Registered: 28-04-2005 Posts: 42
|
releasing an adodc
Greetings everyone!
with adodc1
.connectionstring = pConnection
.recordsource = "select * from table"
.refresh
end with
set datagrid1.datasource = adodc1
the above set of commands work for me.
the question is, how do i clear the contents of the adodc1?
i tried setting the pConnection = nothing and
setting the datagrid1.datasouce = nothing
but i guess it did not do the trick
i am having problems with memory management because the ado eats up a lot of data space
please help. thanks
|