DataSet/field alias

  • Thread starter Thread starter Random
  • Start date Start date
R

Random

Can a DataSet be used to update a database if the query that originally
populated it had table and field alias names in it?
 
Yes, the update command will need to match the alias - in general you can
get around aliasing though by using COlumnMappings - which map the db column
names to the names you're using in your dataset.
 

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