Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 3rd, 2005, 10:27 PM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Updating Data Using DataAdapter

Concerning using dataadapter to update data in the database, I've learned that we can fetch the data from the database and put it into a dataset object. The connection is disconnected and we can make any update to the dataset. When we want to pass whatever changes we make back to the database, we can use dataadapter.update method. My question is how does dataadapter recognise which data has been updated, inserted or deleted by the user? Does it compare the dataset with the actual data in the database?
Thanks for the explanation.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating data from a report ? palli Reporting Services 0 May 28th, 2007 12:32 PM
updating data in a database treasacrowe Classic ASP Databases 4 July 14th, 2004 08:46 AM
updating db with dataAdapter/dataTable problem mm1234 ADO.NET 0 November 19th, 2003 06:49 AM
Updating data with a cursor jscuderi SQL Server 2000 2 August 10th, 2003 08:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.