Hi i Have Used Database file for storing Data in my Application.
Now I want to take backup of data in Access, Excel or in Any other
Format. Thank You..
Hi i Have Used Database file for storing Data in my Application. Now I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sql Server CE files are with extension sdf.
Check this link http://exportsqlce.codeplex.com/ that will allow you to export schema and data of SqlServerCE. Once you export the data, run the output in access (after you create the database). This should make the Access database have the same data as your SqlServerCE database.