Link to home
Start Free TrialLog in
Avatar of gudidi
gudidiFlag for Israel

asked on

IrowSetFastLoad use in C#

hi experts

i know that in C++ we can use oledb object called IrowSetFastLoad.
do we have it in C# also ? or we should use only the SQLXMLBULKLOADLib ?
from some reason my superior is convince that only in C++ we can do it.
can someone assist?

10x

ASKER CERTIFIED SOLUTION
Avatar of vinodsnair2001
vinodsnair2001
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudidi

ASKER

10x
so if i work with SQLXMLBULK, and i did alredy such a program, is there a way
to load the file in parts like the irowset?
for example if i have file of 20000 records and i want to load it 100 after record: is it possible?
or should i load all the file in C#?