i hav a database which hav 5 tables in it.i want to backup those table data into microsoft excel spreadsheet on a button click.that means when i press "backup" button an excel file will create and all the data of my .mdf database will be stored there as tables.
Backup .mdf databse
macho,
i have a database in my application (.mdf database)
i want to backup my my data on button click and retrieve data on button2 click.i/m using gridviews to enter,view,update details.
plz help me