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?
Its been driving me crazy, but I cant test it as all the PCs I use right now have SQL Server on them
Thanks in advance for any info on this
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?
Its been driving me crazy, but I cant test it as all the PCs I use right now have SQL Server on them
Thanks in advance for any info on this