![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am a newbie trying to create an API written in C# that connects to an oracle database and reads/inserts records. right now, i've got it inserting records one at a time, but i need to be able to insert maybe 5-6 thousand records at one time. The data is not currently in a database, it is in an array i have in the C# code. I have done some reading on the subject, and have narrowed down my options -- i can: 1. Bulk Bind 2. Array Bind 3. Insert DataSet I'm shady on all three of these topics, but if someone could point me in the right direction; which would be the fastest, most efficient, that would be great. thanks |
#3
| |||
| |||
|
|
Hello, I am a newbie trying to create an API written in C# that connects to an oracle database and reads/inserts records. right now, i've got it inserting records one at a time, but i need to be able to insert maybe 5-6 thousand records at one time. The data is not currently in a database, it is in an array i have in the C# code. I have done some reading on the subject, and have narrowed down my options -- i can: 1. Bulk Bind 2. Array Bind 3. Insert DataSet I'm shady on all three of these topics, but if someone could point me in the right direction; which would be the fastest, most efficient, that would be great. thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |