2
Answers

How can i export & import all tables of .mdf file to .txt or .csv file using c#.net

Photo of Abhijit barua

Abhijit barua

13y
6.1k
1
how can i export & import all tables of .mdf file to .txt or .csv file using c#.net

Answers (2)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 13y
Note that there are many useful articles in this web site that will answer this question.
0
Photo of Satyapriya Nayak
NA 53k 8m 13y
Hi Abhijit,


Please refer the below link

http://www.codeproject.com/KB/database/Cs_CSV_import_export.aspx





Thanks