I
I
iXelper2018-11-09 13:33:20
SQL
iXelper, 2018-11-09 13:33:20

Visual studio c# - sql - what's what?

I am new to sql and have never worked with it.
Task: to add a LOCAL sql database to the program
Question: is it necessary for the user to install a third-party program for working with sql database? (e.g. Microsoft SQL Server, etc.)
Note: the base will grow gradually - tables

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sharpross, 2018-11-09
@iXelper

SQLite / Firebird - does not require
MS Sql Server / MySql / PostgreSql - requires

G
Griboks, 2018-11-09
@Griboks

You can use simple serialization if you are going to install on a database per user basis.
ps
There are 3 different things:
-database (file) -database
management system (server)
-database management language (sql)

N
netrox, 2018-11-09
@netrox

Try SQLite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question