Click here to Skip to main content
15,889,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a windows application developed with C#.NET and SQL server as Backend.

I am going to make a link for downloading application from web.

After downloading (file has my windows application and DB MDF &LDF files) my application should run without installing SQL Server.

My desire is , download the application and files from internet and start using the application.
Data should saved in Local MDF file, Later It has to be move online SQLSERVER DB.

googled about LOCAL DB , but could not achieve it.

Is there any possibility to achieve this?

What I have tried:

googled about LOCAL DB , but could not achieve it.
Posted
Comments
Mehdi Gholam 8-Sep-17 4:08am    
If you are using MDF files, then you have to install a version of SQL Server (localdb or the full sql server version).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900