Just a quick question on the DataAdapter.Update method. I am only wanting to add one row to my database.I am wondering if I can just use a new blank typed dataset/datatable, add the new row to it and then call update? Will this wipe out any data already in the Database or is it smart enough to leave it alone?