I have developed an application on VS 2012 using SQL Server 2012.
My database is in .mdf file in other drive and working on my system.
Now my question is I want to deploy my application to my client, so do I need to install whole SQL Server on my client system or not?
I am using this connection string:
mycon = New SqlConnection("Data Source=.;Initial Catalog=G:\RjAccount\Database\
Rj.mdf;Integrated Security=True;")