Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can we use mdf database as local database?
Posted

Sure You Can See all three way to connect database excel , access and sql at below link

There is a sample code to use it.

http://hemantrautela.blogspot.in/2012/09/database-connection-in-cnet-aspnet-with.html[^]
 
Share this answer
 
Mdf files are associated with SQL Server or VS, and you need anyone of them.
Use XML or MS Access if you are looking for portability and ease of use.
 
Share this answer
 
Comments
maxpower12345 11-Sep-12 3:09am    
so you mean that I can take the mdf file and use it in anywhere have sql server ?
so I can use it in my own computer if I have sql server
Kuthuparakkal 11-Sep-12 3:11am    
yes, attach it to your SQL server.
http://blog.sqlauthority.com/2010/04/26/sql-server-attach-mdf-file-without-ldf-file-in-database/
maxpower12345 11-Sep-12 3:16am    
thanks that's helpful
Kuthuparakkal 11-Sep-12 3:18am    
you're most welcome!

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