Hello,
I am trying to test the performance of my excel application. It is an excel front-end that obtains its data from an access database.
I would like to create a text file (this part is already programmed) where to include how much information in Kbytes is tranferred from the access database to the excel frontend. It must reflect the volume of information.
I have checked if the ADODB connection/recordset objects have a property/method that might measure the size of the transferred data with no sucess.
I would much appreciate your assistance in this issue.
Bookmarks