embedded-database Questions
4
Solved
We have Delphi XE2. We are looking for a database for our application. We have tried Absolute Database and it supports most of SQL commands we need. I see most of Delphi users choose Firebird but i...
Submediant asked 23/4, 2012 at 11:46
3
Solved
I normally develop with a live server, but for the first time I figured I'd make the leap and see if I could get all my (C++) mysql code working as an embedded server. Particularly, I'm very fond o...
Embranchment asked 29/3, 2012 at 17:50
2
Solved
Is there any kind of embed-able database for windows 8 app development?
I was looking for something like Sqlite or etc which integrate with visual studio 11.
Hock asked 28/12, 2011 at 11:14
6
Solved
I am looking for satisfactory options for unit testing my .NET DAL classes; since they're DAL classes, they access the database directly using ADO.NET. Presently I use an instance of a MSSQL databa...
Reine asked 27/1, 2009 at 11:13
5
Solved
Oracle:
select systimestamp from dual
MySQL:
select current_timestamp
SQL Server:
select current_timestamp
PostgreSQL:
select current_timestamp
The question is, how can I get the curren...
Goldfarb asked 26/5, 2009 at 9:1
5
Solved
What are the differences between SQLite and DISQLite and why would I want to pick one over the other?
My context is that I am dealing with a large database (could be up to 10 GB), the critical par...
Pollaiuolo asked 11/1, 2010 at 6:24
2
Solved
many thanks in advance for taking the time to look at my question.
(I am aware of this question Nonrelational Databases for C++, but my needs are a bit different and it only has one answer.)
I am...
Eclosion asked 12/4, 2011 at 18:50
1
Solved
I am creating an in memory database in H2 database by the following code on servlet context startup
void initDb() {
try {
webserver = Server.createWebServer().start();
Class.forName("org.h2....
Photomicrograph asked 22/2, 2011 at 11:37
1
Solved
Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn't have a DataDirectory property :(
var documentStore = new DocumentSt...
Kmeson asked 27/9, 2010 at 20:31
1
Solved
Because of the lack of Unicode support on the embedded SQLite database in Android
I am mostly interested in performance and stability of H2 Database vs Android SQLite
Are you guys using it?...
Nonferrous asked 27/7, 2010 at 17:31
6
Solved
I was wondering if there was a lightweight, embeddable, key/value database out there.
Something like a lightweight Couchdb (RESTful, key/value, etc) where you just send it the key and it res...
Goosefish asked 21/7, 2009 at 21:7
5
i am not clear about steps/configuration details about how i can embed mysql in a Java desktop application so that it(application) can be installed on any machine through a single executable file a...
Poncho asked 3/8, 2010 at 3:25
2
Solved
My question is I think quite simple but I don't think the answer will be...
I have quite a lot of content to have in my application to make it run properly, and I'm thinking of putting all of it in...
Acinaciform asked 10/6, 2010 at 9:4
8
I have an established software product that uses HSQLDB as its internal settings database. Customer projects are stored in this database. Over the years, HSQLDB has served us reasonably well, but i...
Ribbon asked 29/6, 2010 at 20:53
1
I am writing an application, which parses a large file, generates a large amount of data and do some complex visualization with it. Since all this data can't be kept in memory, I did some research ...
Nostoc asked 24/6, 2010 at 8:52
1
Solved
I am looking for good embedded database that i can use for application developed using Qt. The applications target desktop users from various sites of a single large company. The database sho...
Gravedigger asked 22/6, 2010 at 20:30
5
Solved
I am looking for file based storage solutions that I can use with a .Net project. THey need to have a sql-like interface for storing and retrieving data. They need to have relatively little overhea...
Godfree asked 16/5, 2010 at 0:22
1
I'm deploying a winform application built with vs 2008 0n XP sp3.
I created a database with empty schema which i dropped in the root folder of the project and in properties i choosed Build Action...
Blen asked 22/4, 2010 at 9:32
2
Solved
I'm looking for a fast, embeddable key/value store with cursor semantics over key collections (or a simple embeddable DB) that I can use in .NET and mono. Need it to be open-source, would pre...
Offend asked 3/3, 2010 at 20:0
14
Solved
We are creating an open source Twitter client and are looking for an embedded DB with the smallest footprint possible that works with Delphi and that lends itself well to full text search (I know t...
Mailand asked 27/3, 2009 at 9:13
10
Solved
I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value size can be 128K or 256K. The database subsystem shouldn't use m...
Obvert asked 6/11, 2009 at 21:32
5
Solved
I'm looking for embedded database engine supporting isolating storage. Currently I'm aware of VistaDB. What else you can recommend?
Requirements are pretty simple:
xcopy deployment
support for ...
Kaule asked 20/9, 2008 at 14:59
6
Solved
My application at present uses Microsoft Access, but now may be hosted on Linux boxes. Additionally while being accessed from multiple computers, one of these may update the records (when its being...
Berns asked 17/9, 2009 at 13:14
11
Solved
I will be building a set of applications. One of these apps is unattended application (written in VB6) which will write data it receives from various sources to a local database. All the other appl...
Antedate asked 27/1, 2009 at 5:54
2
Solved
Has anybody done any benchmarking/evaluation of the popular open-source embedded SQL DBs for performance, particularly write performance? I've some 1:1 comparisons for sqlite, Firebird Embedded, De...
Commend asked 11/2, 2009 at 23:9
© 2022 - 2024 — McMap. All rights reserved.