Is it possible to use .MDF file without installing full SQL Server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shafi hashmi
    New Member
    • Dec 2010
    • 14

    Is it possible to use .MDF file without installing full SQL Server?

    hi dear i have developed a windows application in C# which use sqlserver database (Records.MDF).
    it works on my system because i have installed the full SQLSERVER2005. but i want this application to install on other system in which i dont want to install the server. i just want to kepp my 'Records.MDF' file on that machine and want to use it.



    is it possiable?? is there any DLLs which should be installed with my application???


    please help me
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Why not host that MDF into a server and let your app connect into that server...

    Happy Coding!!!

    ~~ CK

    Comment

    Working...