Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / January 2007

Tip: Looking for answers? Try searching our database.

loadOption.upsert

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carly - 29 Jan 2007 23:19 GMT
Hello,

Can somebody explain to me in plain language what is the meaning of
each value in the LoadOption enumeration?
Or some clear articles about DataTable.Load and DataRowVersion.

Thanks,

Carly
Otis Mukinfus - 30 Jan 2007 12:46 GMT
>Hello,
>
[quoted text clipped - 5 lines]
>
>Carly

From the documentation in VS2K5 (Found by entering LoadOption in the "Look For:"
field of the Help Index):

Member name Description
OverwriteChanges: The incoming values for this row will be written to both the
current value and the original value versions of the data for each column.
 
PreserveChanges: The incoming values for this row will be written to the
original value version of each column. The current version of the data in each
column will not be changed.
 
Upsert: The incoming values for this row will be written to the current version
of each column. The original version of each column's data will not be changed.
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.