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.

learn more… | top users | synonyms (1)

-1
votes
1answer
20 views

Is it possible to use existing SQL Server database with any embedded databases (SQlite, Firebird,etc)? [closed]

Is there any way to use an existing SQL Server database (*.mdf) with any embedded database server such as SQLite, Firebird, etc.. I have a C# windows application which uses a SQL Server database and ...
0
votes
1answer
25 views

What is the best embedded database which supports stored procedures?

I don't think this going to be duplicated question because I checked so many answers about how to use embedded database but unfortunately, most of the answers were the based on the question . If we ...
0
votes
0answers
28 views

Open source embedded XML DB without license restrictions

I am searching for an open source embedded XML DB without license restrictions, also well documented and good Java API. I found only Berkeley XML DB, but it has license restrictions for commercial ...
0
votes
1answer
61 views

Updating WPF application with embedded SQL Server CE database

I have a WPF application that has an embedded SQL Server CE database in it that the application uses for storing data. I plan to use ClickOnce for deployment, but would not want the database on the ...
0
votes
0answers
99 views

Embedded database configuration from Maven/Spring context

I want to use the same embedded database from both maven and spring context. Via Maven Liquibase plugin I'm creating db schema and populate it with data. Via Spring I'm going to work with the ...
2
votes
1answer
225 views

How to read/write H2 embedded DB to a file inside your JAR?

I have an Eclipse project that is organized as follows: MyProj/ src/ main/ java/ <All main Java source here> config/ spring/ ...
-4
votes
1answer
140 views

which java embedded database has the most documentation for beginners [closed]

I am new to this forum, I hope not to offend but I want to use a java embedded database for to hold a dictionary and a thesaurus (like wordnet) but I am new to using databases and java. Which java ...
0
votes
1answer
224 views

Sqlite 3.7.15 Crosss compilation for ARM

I am using SQLite 3 for Database management in my ARM9 based microprocessor. I want to cross compile the latest version of the SQLite 3 for my project in Linux (Ubuntu 10.04). I am using the ...
0
votes
0answers
61 views

Delphi embedded database with network share support [duplicate]

I do not know if I'm doing the right question, but this is the situation: I need to develop an application that will connect to a database. This same application will be used on 2 computers on the ...
0
votes
2answers
100 views

Is concept of reference node in neo4j still used or depricated?

I was going through neo4j docs at tutorials-java-embedded-index. It describes the concept of reference node. A user reference node is created usersReferenceNode which is used to connect with all user ...
1
vote
2answers
337 views

Play framework 2.1 Neo4j embedded

How can Neo4j embedded be used from either Java or Scala version of Play framework? I'm having trouble finding any information on that.
0
votes
1answer
48 views

Sqlite3 gives “Error : Constraint failed” - interfacing to AM1808

Hello I am using sqlite3 for database management for my AM1808. I have created a new table named MilkRateChartEditDetail. const char *SQL_CREATE_MILKRATECHARTDETAILEDITTABLE = "CREATE TABLE IF NOT ...
1
vote
0answers
494 views

Spring + Hibernate + H2 Embedded DB. How is the data saved?

Im new to embedded databases but I got it running at least. What confuses me is that my data is not saved between runs. I mean wouldn't that be nice for testing? I don't wanna add data to my database ...
0
votes
2answers
58 views

Trusted and scalable embedded database

I'm looking for a DB embedded solution to deal with a average/medium amount of data (maybe between 100MB to 2GB), and allow concurrent connections, not so much, I believe at least more than 10 ...
0
votes
2answers
329 views

Running h2 in MODE=MySQL doesn't support MySQL dumps

I'm trying to embed h2 to test my mysql-application (integration-test) I added com.h2database:h2:1.3.170 via maven and run the following code: public class InMemoryTest { @Test public void ...
0
votes
1answer
178 views

Grails embedded query array

i have a code like this on grails mongodb //myDomain class Plugin { List<String> projects = [] //projects has name and description } //myController def query = null if (params.q != ...
1
vote
2answers
214 views

Error in H2 Database, while running multiple tests

When I run each test individually then it passes. However, when I run all my test they fails. Below is a stacktrace for one such instance. There are other test will fails too but have similar ...
0
votes
1answer
100 views

Embedding an Access *.accdb Database into a .NET application

I want my users not to be able to see the MS Access *.accdb Database I am using. Therefore would I like to embed it into the assembly. How should I do this? My guess is to modify the connection ...
1
vote
1answer
63 views

Tool to migrate from Embedded SQL to ODBC [closed]

I have a bunch of C code accessing database (Oracle, DB2 and Sybase) through Embedded SQL : the base code is the same, but with three different precompilers, three sort of executables are built, one ...
0
votes
1answer
46 views

PHP Derby Connection using the IJ tool?

I'm writing a PHP program to read from a Derby database and was wondering if there was a way to connect to an embedded Derby Database using the ij tool. The host machine is a Mac and I couldn't find ...
1
vote
1answer
654 views

embedded PostgreSql

Is there an embedded PostgreSql so that we could unit test our PostgreSql driven application? Since PostgreSql has some dialects, it's better to use embedded PostgreSql itself than other embedded ...
0
votes
2answers
318 views

Implementation of a small Database Application in client Computer

I have two questions regarding implementation of a small Database Application generated by me in JAVA using Netbeans 7.2 for school. I am using MS SQL Server 2008 with java using Netbeans 7.2. if i ...
2
votes
1answer
232 views

How to set up a H2 embedded database in Java application for use in a small network?

Please bear with me, my knowledge of database concurrency and servers is very small. The problem: I'm working on a project that consists of a java application using an embedded H2 database. To date, ...
-5
votes
1answer
95 views

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 ...
0
votes
3answers
802 views

Creating a new local database with Java

My aim is to create a local database that can be read and written to with Java. I have some experience with manipulating a local sqlite database with Python, and with interacting with existing ...
0
votes
2answers
153 views

Don't load fbembed.dll,but it's good in test case?

I'm using FireBird embedded in my .net application.The fellow is my connection: the code is: public class ImDb{ private static FbConnection _fbConnection; public static FbConnection ...
0
votes
2answers
184 views

Embedded database server engine

I am looking for something that could enable my application (.Net 4.0) to access a locally hosted database without the need for a server. If this solution supports Entity Framework, that would be the ...
-2
votes
1answer
399 views

Which is best embedded database for java? [closed]

I have to develop embedded project in java and for that I need good embedded database. Features i need are: 1) relational database 2) GUI interface Can anyone suggest me good database? Thanks
0
votes
0answers
115 views

Embedded database for a simple portable application

I am going to develop small WPF application. Target platform is .NET 3.5. The main goal is to make it portable (move to any folder and it works out of the box). It should run on Windows 7 machine ...
0
votes
2answers
85 views

SQLite 3 interfacing with AM1808 Embedded Linux

I have interfaced SQLite3 with my Am1808 processor. I store my data in the SDcard. It is working very fine. I have inserted a table for 38 fields. Now I want to add a column in the same table. So I ...
0
votes
0answers
49 views

Pass connection property to embedded database

How is it possible to define a connection property (e.g. hsqldb.sqllog=2) for HSQL DB using <jdbc:embedded-database>? <jdbc:embedded-database id="myDataSource"> <prop ...
0
votes
1answer
654 views

saving embeds_many in mongoid

I have a embeds_many association and when I save the parent document the children are not being saved. class User include Mongoid::Document embeds_many :user_missions attr_accessible ...
5
votes
2answers
766 views

Go embedded databases

My go app uses redis as database. I wish to make my app self contained. My database is small. I wish to switch from redis to database library written in go. The only database I found is leveldb-go. ...
0
votes
1answer
423 views

How to generate sql script for Spring's embedded database?

I'm using Spring embedded database in my unit tests. From Spring documentantatio: <jdbc:embedded-database id="dataSource"> <jdbc:script location="classpath:schema.sql"/> ...
0
votes
1answer
192 views

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?) ...
0
votes
1answer
588 views

Neo4j…how to get a visual representation of my data?

I have loaded an embedded instance of Neo4j with some data, and would like to know how I can now view this graph. I saw an intro video here: ...
0
votes
1answer
398 views

Can Spring's Embedded HSQL database support the Sybase dialect?

I would like to be able to support the following Sybase 15 ASE syntax in my unit/integration tests that use HSQL... create table #myTable (value varchar(12) NULL) HSQL won't recognise how the temp ...
4
votes
1answer
1k views

How do I use Spring embedded database initialization scripts during the integration-test phase?

I can use Spring to create and initialize embedded databases either programmatically: @Before public void setUp() { database = new EmbeddedDatabaseBuilder() ...
0
votes
1answer
1k views

How to set derby.database.classpath to run Java DB Embedded?

I have been searching documents about this similar problem all day long, but it seems I can't find the answer. I easily found a database in a server client mode (org.apache.derby.jdbc.ClientDriver), ...
6
votes
1answer
507 views

What's the appropriate way to test code that uses MySQL-specific queries internally

I am collecting data and store this data in a MySQL database using Java. Additionally, I use Maven for building the project, TestNG as a test framework, and Spring-Jdbc for accessing the database. ...
1
vote
1answer
239 views

Geospatial Indexing “No mapping found for field” with YAML

I have a problem trying to map an embedded document for geospatial indexing using Doctrine2's OD with YAML format, and MongoDB : I would try to embed a "Coordinate" Document in the "Place" document to ...
1
vote
1answer
119 views

How to share EmbeddedGraphDatabase instance across multiple JSP pages?

Is there any way that I can share EmbeddedGraphDatabase instance across multiple JSP pages ? The problem is that once you start tomcat server and instantiate EmbeddedGraphDatabase for a particular ...
0
votes
1answer
135 views

Secure Java Application Database

I'm looking to build an application for managing finances. It will be storing bank transactions, so the data file has to be secure. I'm comfortable with SQL and JDBC, although the solution by no ...
2
votes
1answer
197 views

Embedded databases vs standalone

I have not found the comparison of the two in here. Please give me link if the thread already exists in comment and I will close the thread. What I am interested is the performance comparison. Are ...
1
vote
0answers
614 views

Standalone Desktop Application

I have been tasked with the creation of a desktop application within some very rigid constrains. The first version of the application was quite small, only intended for some specific tasks, but it ...
0
votes
0answers
177 views

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 ...
0
votes
1answer
112 views

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. ...
1
vote
1answer
482 views

Multiuser Embedded Database

I have been tasked with finding a good fit for a database to use with an upcoming project. I am having a hard time finding a good match. Our application is a .Net Framework 4.0 C# application. First ...
3
votes
2answers
499 views

Serverless embedded noSQL for Android and iOS

I'm searching for a serverless embedded noSQL document-store database for (mainly) Android and iOS. To simplify, I need a document based SQLite :P MongoDB is great, and has lots of drivers but it ...
0
votes
0answers
98 views

Troubling with embedding mysql in java project

I am getting problem in embedding mysql embedded in JAVA project. Can anybody tell me how can i embedded mysql database in JAVA project Thanks

1 2 3 4 5