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
 
Back
Top