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 ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/XGgtlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Microsofts_C_Sharp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
