T
The Dude
Hello everyone,
I had a question regarding the use of an ADODB.Recordset variable.
When I add a new record to a table using it, it creates a local file at the
moment the code runs the .save command. The file is named exactly like the
table the Recordset was opened on, and is located in the MyDocuments folder.
The file remains even after '.close' or 'Set X = nothing' flush commands.
Note that it does not occur when using the .update command; which I now use.
Nevertheless, I was wondering why it would happen.
Thanks
T_D
I had a question regarding the use of an ADODB.Recordset variable.
When I add a new record to a table using it, it creates a local file at the
moment the code runs the .save command. The file is named exactly like the
table the Recordset was opened on, and is located in the MyDocuments folder.
The file remains even after '.close' or 'Set X = nothing' flush commands.
Note that it does not occur when using the .update command; which I now use.
Nevertheless, I was wondering why it would happen.
Thanks
T_D