N
N
netherneon2011-01-08 17:01:09
C++ / C#
netherneon, 2011-01-08 17:01:09

Choosing a database for a portable desktop application

Good afternoon everyone.
We are writing a desktop application in C ++ Builder, a question arose about choosing a database. It is necessary that the application could be seamlessly transferred from one workplace to another and not worry about installing MSSQL Server or something like that. What is used in this case? So far, only SQLite comes to mind. Recommend something.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
M
Monca, 2011-01-08
@Monca

If you write on a builder, then there is nothing to think about - firebird.

X
xdenser, 2011-01-08
@xdenser

MS Jet

R
Robotex, 2011-01-09
@Robotex

SQLite

H
homm, 2011-01-08
@homm

There is Firebird . Like more features, more performance.

C
Cancel, 2011-01-08
@Cancel

Firebird embedded , for example. Full-fledged very powerful SQL, however, too strict and rather strict dialect.

O
Oleg Matrozov, 2011-01-08
@Mear

It seems that mssql also has "no installation" editions. Although I could be wrong, I have not dealt with them.

T
ThePretender, 2011-01-10
@ThePretender

I support concerning SQLite. If you write in C++, then you can generally statically link the library, and you won’t even have extra dlls to carry around with you.

B
BasilioCat, 2011-01-10
@BasilioCat

I once used mysql embedded, but it seems to have a commercial license for the embedded version. And it’s very convenient - I didn’t have to redo the requests. Well, in the light of current trends, sqlite is, in fact, a little worse

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question