Re: DataSet/field alias by W
W
Thu Dec 30 15:07:53 CST 2004
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.
--
W.G. Ryan, MVP
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Random" <cipherlad@hotmail.com> wrote in message
news:e1e6j8q7EHA.3504@TK2MSFTNGP12.phx.gbl...
> Can a DataSet be used to update a database if the query that originally
> populated it had table and field alias names in it?
>
>