How can I use oraDirect massive upload with transaction?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
[UnforgiveN]
Posts: 5
Joined: Sat 30 Sep 2006 14:46

How can I use oraDirect massive upload with transaction?

Post by [UnforgiveN] » Sat 30 Sep 2006 14:53

Hi!

I need to upload large volumes of information into database from local computer as fast as I can, but I should to have an opportunity to rollback my uploading.

DbLoader class has no any transaction scheme as I understand from your documentation and samples. How can I escape from this situation using oraDirect library for C#?

Thanks!

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 02 Oct 2006 06:31

Please try to use DML array parameters. See ArrayBind sample project and OraDirect .NET documentation for more information

Post Reply