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???