An embedded database system is a database management system (DBMS) which is tightly integrated with an application software that requires access to stored data, such that the database system is “hidden” from the application’s end-user and requires little or no ongoing maintenance.
Questions tagged [embedded-database]
434 questions
0
votes
1 answer
Trouble Connecting Neo4j Web Administration to My Data
I have loaded a bunch of data into the data base in my java application. However, when I start the Web Administration server, all I can see is the default 1 node, 1 relationship. How do I (point?) this server to the data files I specified in the…

Houdini
- 3,442
- 9
- 31
- 47
0
votes
0 answers
Web Server for simple PHP\DB interface
I'm needing to design a work order management system that will be accessed via a web browser, using PHP, and will interface with an arbitrary embedded database. For the time being this application will be stand alone, and will need to have a very…

dangel
- 7,238
- 7
- 48
- 74
0
votes
1 answer
how to create multiple instances(Users) to firebird database for windows?
Hi I have a issue with firebird database. I am using dotnet frame work. I had choosen firebird database having embedded database and Lightweight, most important thing is ours is a portable software. I am unable change the default user password and…

Subrahmanyam Gurram
- 21
- 4
-1
votes
2 answers
How to work with multiple connections to a single database?
I'm new to stack overflow and I am currently using NetBeans with java to make a desktop app where multiple users can access one database at the same time. But unfortunately, I tried several codes enabling row-level locking and…

JT20
- 1
- 1
-1
votes
1 answer
Do foreign keys in apache derby automatically populate a column?
Recently I've been trying to create a RDB, and the problem I'm running into is that the columns I have with a foreign key constraint will not populate with the values of the referenced column (it will have null values). The only way I've managed to…
-1
votes
1 answer
Can anyone suggest disadvantages to production use of a database embedded in a servlet container?
Specifically, my team is considering embedding Apache Derby in Tomcat as part of a production deployment, with ease of deployment being the primary motivation. Can anyone suggest any significant disadvantages to this plan? The database will be…

Joffer
- 1,921
- 2
- 21
- 23
-1
votes
1 answer
Embedded SQL database with encryption?
I'm looking for a SQL database engine that I can distribute with a C# Winforms application. The requirements are:
Will store about 1GB of text (measured before any compression).
Database must be encrypted, the encryption key will be supplied by…

BagOfSpanners
- 1
- 2
-1
votes
1 answer
In-memory/Embedded DB solution
I'm currently using the in-memory option for SQLite and while it works (a bit slow right now but I'm still exploring ways to optimize my usage of it like batching and such), I'm just curious whether there are other alternatives to SQLite that…

Kenny Peng
- 1,891
- 4
- 18
- 26
-2
votes
2 answers
Best database with compression and FTS for Java
Suggest me an embedded database engine(for Java) to store 1000000 records in minimum time.
It should provide the full text search facility (Actually i want Firefox's Awesome-bar like FTS searching used to search any combination of characters)
The…

Vivek
- 11,938
- 19
- 92
- 127
-2
votes
1 answer
Desktop application database for python program
I am designing a desktop application using Python.
I am facing a problem in choosing the most appropriate database, the program works online and offline.
In the case of offline, there is no problem because I find SQLite very suitable, but the…

Mahmoud Ferig
- 55
- 6
-2
votes
1 answer
Keep track of users' actions without external database
Long story short: We're looking for a way to record the progress of users on our .NET website, ideally with an asset stored on the application layer. We need to be able to download the stored data (can be csv, txt, db, etc.).
We are making a small…

Jeff Nama
- 61
- 5
-2
votes
1 answer
What are the differences between embedded and built-in databases?
I have studied embedded and built-in databases, but I don't understand the difference between the two.
Which of these databases does Mysql belongs to?

yogesh meghnani
- 729
- 2
- 6
- 11
-2
votes
1 answer
Multi-user application without need to install anything - embedded database that allows concurrent user writes?
I need to create an application, that
is used by multiple users concurrently
does not require any installation
has a centralized data storage
data must be stored inside company's network
i don't have access to company's internal database servers…

Prokurors
- 2,458
- 3
- 40
- 65
-5
votes
2 answers
how to embed the sqlite databse file in android app
I’m basically developing a basic android-sqlite-database app. I have successfully run it. It gets “name” and “Phone number” and adds to the database at “data/data/com.android.databaseapp”
Now I want to put the database into the app, I have followed…

Husnain Iqbal
- 83
- 1
- 3
- 5