custsoft
Programmer
- Aug 29, 2000
- 41
I use a recordset created by using an ADODC. The problem I am having is that when I try to set the recordset to nothing to release all of its' resources from memory, I get an error "data source name not found and no default driver specified". If I create the recordset in code I can set the recordset to nothing. How to I free the resources on an ADODC recordset?