charlotte49er
Programmer
I'm using ASP & ADO to create a dBase file. When I am finished, I close the recordset and connection objects and set them to Nothing. However, if I then go into Windows Explorer and try to delete the new file I can't. After a period of time I can delete. Why the delay? I can foresee that later in the asp I am going to need to open a new recordset from the file and use the freshly inserted values to create a new field but this will be impossible if it keeps reporting back that the file is already open. Any insight is greatly appreciated. Thanks.