Click here to Skip to main content
15,885,182 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have developed desktop application which is client server technology like
vb.net with sql server 2014.

I have create setup for exe software. Do i have to install sql server 2014 at client Side?

Kindly guide me asap

Regards

Nandan Navale

What I have tried:

I am thinking about sql express edition but i have no idea how it work. How i will attached my database or run sql script
Posted
Updated 14-Apr-23 23:02pm

1 solution

Quote:
Do i have to install sql server 2014 at client Side?
Not if you have a true Client - Server application that connects to the server.
Installing SQL Server with an installer is a bit complicated, for this I would recommend: Inno Setup Dependency Installer[^]

As SQL Server is complicated to install with your application, you might be interested in PostgreSQL which is much simpler to bundle with your application, see example here: how to make instalation postgresql binaries with inno setup[^]

If your application is meant to work standalone and does not need a server, it maybe simpler to use: LiteDB :: A .NET embedded NoSQL database[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900