Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Updating datasource from dataset


Message #1 by "dilip easwaran" <dileaswaran_99@y...> on Fri, 5 Oct 2001 04:46:57
i have this problem.i have a session var which contains a dataset.i access 

this dataset in another page.i now change the tables in this dataset.how 

do i update this to the datastore from this page.do i need the prev 

sqlconn and adapter objects???



Message #2 by Todd Carrico <ToddC@m...> on Fri, 5 Oct 2001 07:47:39 -0500
No, as long as the Data Source has the correct schema, you can use any

DataAdapter.  As a matter of fact, you can populate it with an

OleDbDataAdapter and then save it back using a SqlDataAdapter.  Matters not.



tc





-----Original Message-----

From: dilip easwaran [mailto:dileaswaran_99@y...] 

Sent: Thursday, October 04, 2001 11:47 PM

To: ASP+

Subject: [aspx] Updating datasource from dataset



i have this problem.i have a session var which contains a dataset.i access 

this dataset in another page.i now change the tables in this dataset.how 

do i update this to the datastore from this page.do i need the prev 

sqlconn and adapter objects???


  Return to Index