Hi i am new here in developing Window Based Application using .NET.
how we can deploy the database at client side i am using SQL Server 2008.
Is it required this or we need to install that software at client side ?
Hi i am new here in developing Window Based Application using .NET. how we
Share
You need to install SQL Server on your client pc (Express Edition could be good if you’re familiar with its limits).
Then your app can use database file as in your development pc.