I have a scenario where I need to insert approx. 2000 records into an Oracle 8i database from a VB6 application.
The simplest way is to call a stored procedure which inserts a single record 2000 times but performance will not be very good and will kill my network.
Is there any way in which I can pass an array of 2000 records to a stored procedure that could then loop internally to insert all of the records.
Any help would be gratefully received.
Thanks
IQ
The simplest way is to call a stored procedure which inserts a single record 2000 times but performance will not be very good and will kill my network.
Is there any way in which I can pass an array of 2000 records to a stored procedure that could then loop internally to insert all of the records.
Any help would be gratefully received.
Thanks
IQ