Send a DataTable to Oracle DataBase

  • Thread starter Thread starter kemzeu
  • Start date Start date
K

kemzeu

Please, i need to transfert a block of data contain in a table from .NET Framework to Oracle database.

my table contain a set of row. i need to send rows altogether once.

is it possible?

tank.

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
kemzeu said:
Please, i need to transfert a block of data contain in a table from .NET Framework to Oracle database.

my table contain a set of row. i need to send rows altogether once.

is it possible?

Sure with the ODP.NET (http://otn.oracle.com/software/tech/windows/odpnet)
provider you can use Array Binding or PL\SQL Associative arrays to send
blocks of data back to Oracle all at once.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top