Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is it possible to run vb.net application with sql database without installing sql server

What I have tried:

dont know how to run without sql server
Posted
Updated 11-Dec-19 9:08am

1 solution

Yes, if you use an online version like Azure, see: platform-for-online-databases[^]

Microsoft offers some "lightweight" versions like LocalDb, but in my opinion these versions only add confusion and problems, e.g. when upgrading to a new version of Visual Studio. See: Everything SQL Server Compact: Comparison of SQL Server Compact, SQLite, SQL Server Express and LocalDB[^]

If your needs are simple you might also be interested in LiteDB, see: best-databases-for-a-small-net-application[^]
 
Share this answer
 
v3

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