Denaes Posted July 14, 2006 Posted July 14, 2006 I know you can target a .MDF file with your connection settings rather than the actual SQL Server attached database. But if I wanted to use SQL Server to create a database (.MDF) and then attach it to a project, and I gave said project to someone without SQL Server, would my app still be able to access the database file? If not normally, does it require me to include any .DLL files? Or do you actually have to have SQL Server running on a PC to use the file? It's been driving me crazy, but I can't test it as all the PCs I use right now have SQL Server on them :p Thanks in advance for any info on this :D Quote
Administrators PlausiblyDamp Posted July 14, 2006 Administrators Posted July 14, 2006 MDF files require the SQL server database engine to be installed. This means either the full blown SQL Server product or MSDE / SQLExpress needs to be installed. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Denaes Posted July 14, 2006 Author Posted July 14, 2006 Fair enough. And people wonder why .Net developers still use Access databases :p Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.