|
one time copy of the data
Raja Pandian.
-------Original Message-------
Date: 11/01/04 13:00:30
Subject: RE: [Microsofts_C_Sharp] Update Datasets
Hi,
Is this is a once off copy of the data....or a scheduled task?
Regards
Bala Moodley
I have one SqlServer Database's Dataset and Access Database's Dataset with same tables. I just want to copy the Sql Server's dataset to Access dataset and update the Access Database, How to acheive this?
I have tried this, but this one is not working. It is not showing any error but the database is not getting updated.
AccessDataset = SqlDataset.copy (); AccessDataAdapter.Update (AccessDataset);
Raja Pandian
|