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