Hi everyone,
I need your opinion with some speed enhancements. Currently, I am grabbing data from an IIS log file and then parsing it to get the data that I need. I then take that data and insert it into a small Access database.
The problem is I call my database insert function as many times as there are inserts. Would implementing a datatable solution speed up the process? I insert about 3000 records on average.
Keith
I need your opinion with some speed enhancements. Currently, I am grabbing data from an IIS log file and then parsing it to get the data that I need. I then take that data and insert it into a small Access database.
The problem is I call my database insert function as many times as there are inserts. Would implementing a datatable solution speed up the process? I insert about 3000 records on average.
Keith