Click here to Skip to main content
15,887,345 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanna dump more than 2 million rows in oracle Database using ado.net kindly send me a code snapshot how can i do this,
Posted

Try:
DELETE FROM myTable WHERE id < 2000000
 
Share this answer
 
Comments
[no name] 25-Jul-11 5:48am    
By "dump", he/she probably meant insert bulk data into a database, not in the sense of "dumping" a girlfriend, :-)
i want to Insert rocords in Oracle Database using Ado.net, Bulk Insert like fuctionality required,
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900