Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i want to create windows application that runs on client machine without installing sqlserver. help me.
Thanks in Advance
Posted

1 solution

You can not use the MDF file without installing SQL Server.

You can however connect to a "server" machine and use the database from there.
 
Share this answer
 

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