by any chance...

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

Guest

hey all,

does the dataset have an internal array that can be passed to:

SqlDataAdapter.Update(array)?

If not, will i need a custom collection to take advantage of being able to
pass a light object like an array as opposed to a dataset?

thanks,
ari
 
Ari,

What do you mean with light object?

In other words what advantage you supect that you get by not using a dataset
or a datatable?

Cor
 
for some reason i thought you could pass an array object to
sqldataadapter.update. oh well, thanks for the help everyone.
 

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