Question about the data adaptor Fill method.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi -

The da.Fill(ds, "TableName") method is a really nice way to bring data from
a database into your VB.Net application.

My question is this:

Is there an equally nice method to send data theopposite way - from a table
(or dataset) in VB.Net to table in a database?

Or if there is not a simple method, code samples would be appreciated.

Thanks, Mark
 
I'd like to send the entire table at one time (as opposed to executing an SQL
INSERT statement for each record in the table) - does Update let me send
entire tables?

If so sample code would be helpful.

Thanks, Mark
 

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