OdbcDataAdapter batch inserts

  • Thread starter Thread starter paul.d.mcswain
  • Start date Start date
P

paul.d.mcswain

This has probably already been answered, but it didn't show up when I
did a search.

I need to be able to perform a batch insert using the ODBC ADO.NET
objects (OdbcCommand, OdbcDataAdapter, etc).

I know that there are ODBC method to perform this via the DLL, but
want to do this via ADO.NET. Is this possible?

If so, can you point me to an example?
 
Paul,

It doesn't look like the OdbcDataAdapter class supports this out of the
box.

If anything, you are going to have to access the functions that do this
directly through the P/Invoke layer.

Hope this helps.
 

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

Back
Top