I am in a position where I want to get a quantity of data into an Oracle database. My current attempt is using ADO and am finding it to be quite slow as I am looping thru the recordset and firing an INSERT command for each record.
The reason I am using this method is because I am running various bits of vba code at scheduled times and would like to inlcude this process in the same schedule.
Any idea of how I could speed this up, keeping it within vba but not necessarily using ado? The number of records I want to send over is about 25000 if that helps.
Thanks
Ash
The reason I am using this method is because I am running various bits of vba code at scheduled times and would like to inlcude this process in the same schedule.
Any idea of how I could speed this up, keeping it within vba but not necessarily using ado? The number of records I want to send over is about 25000 if that helps.
Thanks
Ash
Comment