I use OLEDB to insert data to a DB4 .dbf file. Inserting 5,500 rows takes approximately 2.5 min. So I need a faster way to implement it as my data will have upto 80,000 rows and time taken will be too painful. Is there any alternative faster ways to do this? According to your view which is the best way?
PS: Please mention the aprox. time taken for your method if possible