Connecting to sql server database mdf file without installing sql server on client machine ?

Posted by Shantanu Gupta on Stack Overflow See other posts from Stack Overflow or by Shantanu Gupta
Published on 2010-01-13T06:37:10Z Indexed on 2010/03/17 12:41 UTC
Read the original article Hit count: 469

Filed under:
|
|
|
|

I am creating a window application that need to use sql server database. I want to install this application to client machine without installing sql server so that my application can still connect to a database i.e mdf file that i will be providing at client system.

How can i connect to a database(mdf) on client machine through my window application without installing sql server. ? I dont know is it possible or not.

If possible what will be the connection string in that case. Database need not be used in network.

Client mahine dont need any installation. Every thing needs to be run through pen drive

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms