Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Embedded database


Related Topics

In the News (Tue 29 Dec 09)

  
  Embedded Database - Daffodil DB
Embedded Database: Daffodil DB Daffodil DB Embedded Database edition is a platform-independent, feature-rich and zero-administration Java RDBMS that complies with SQL 99, JDBC 3.0 and J2EE standards.
Daffodil DB embedded database supports multiple-concurrent connections and has been designed specifically for embedding inside Java applications.
Daffodil DB Embedded Database edition has the advantage of being practically invisible to the user, since it requires no administration and runs in the same Java virtual machine (JVM) as the application.
www.daffodildb.com /embedded-database.html   (134 words)

  
  Embedded Databases
Embedded databases are sometimes referred to as "fire and forget" or "implement and forget" databases, since they require no or minimal database administration.
The embedded database, once a backwater of the database market, is starting to become an important player in the industry as leading database vendors are competing to introduce embedded editions of their RDBMS's.
What drives the actual choice of a particular embedded database is the purpose of the application/solution/device, available processing speed and memory, the capabilities of the embedded database, migration requirements, and software design considerations such as language and SQL support.
www.webpronews.com /it/database/wpn-20-20041209EmbeddedDatabases.html   (1267 words)

  
 Embedded.com - Embedded database adds RTOS support
SANTA CRUZ, Calif. — Promising to bring enhanced search capabilities to embedded software developers, Hitachi 's Embedded Business Group is announcing that Entier, its relational database management system, is being ported to real-time operating systems (RTOSes) from Mentor Graphics Corp. and Wind River Systems.
Hitachi claims that a minimum-size relational database with SQL search capability will take as little as 300 kbytes.
Steven King, vice president of marketing at Hitachi's Embedded Business Group, said Hitachi has already ported Entier to Mentor Graphics' Nucleus Plus RTOS, and is in the process of porting Entier to Wind River's Linux Edition and VxWorks Edition operating systems.
www.embedded.com /showArticle.jhtml?articleID=196802248   (430 words)

  
 Berkeley DB: DB->stat   (Site not responding. Last check: 2007-10-21)
This ensures the stability of the data items read during the stat operation but permits that data to be modified or deleted by other transactions prior to the commit of the specified transaction.
Database items read during this operation may include modified but not yet committed data.
If the database was not opened read-only and the DB_FAST_STAT flag was not specified, the cached key and record numbers will be updated after the statistical information has been gathered.
frodo.nl.ovid.com /db/api_c/db_stat.html   (1033 words)

  
 InformationWeek > Databases > Embedded Databases Reveal Gems > October 7, 2002   (Site not responding. Last check: 2007-10-21)
Embedded databases are particularly prevalent in accounting software, retail applications such as West Marine's, and applications for the health-care industry.
Despite their obvious benefit and almost ubiquitous nature, sales of database software for embedded applications have slumped badly during the recession--people aren't buying as many refrigerators, vending machines, industrial controllers, networking devices, airplanes, and medical-imaging systems, and so they're not buying as many embedded databases.
What's more, large packaged applications with embedded databases seem to be losing some of their popularity, while vertical-market and workgroup applications with embedded databases are becoming more prevalent, Aberdeen Group analyst Wayne Kernochan says.
www.informationweek.com /story/IWK20021003S0009/1   (669 words)

  
 embedded database - internet resources (embedded databases dbms)   (Site not responding. Last check: 2007-10-21)
Database configuration and maintenance have historically been complex tasks, often requiring expert knowledge of database design and application behavior.
In an embedded environment, it is not feasible to require such expertise and ongoing database maintenance.
By "embedded" I mean a database that does not run in a separate process, but instead is directly linked ("embedded") into the application requiring access to the stored data.
www.eg3.com /WebID/software/database/blank/paper/a-z.htm   (428 words)

  
 Sleepycat Software: Products: Technical Features of Berkeley DB   (Site not responding. Last check: 2007-10-21)
Moving databases from one location to another, or even from one machine to another, is simpler, since it only requires copying ordinary files.
For example, one database may store information on employees by employee ID, and another may store information on departments by department ID. If each employee is assigned a department ID, then Berkeley DB can join the two databases, and fetch department-specific information via the employee database.
After a failure, a database can be restored to its last transaction-consistent state by restoring the database file and rolling the log forward.
berkeleydb.com /products/featurelist.shtml   (2555 words)

  
 SQLite CVSTrac
Db.* is designed to be embedded in a C/C++ application and access data using a library of C function calls.
However, based on the file formats one would expect a db.* database to use less disk space when all records are nearly the same size (contain strings with the same number of characters and numeric values of the same magnitude.) When records are of varying size, SQLite database files are expected to be smaller.
The database uses a fixed schema that must be defined before the application is compiled.
www.sqlite.org /cvstrac/wiki?p=SqliteVersusDbstar&1108293187   (613 words)

  
 Pervasive Software - Support - Technical Papers
Embedding the Pervasive.SQL engine with an application is a natural step in the evolution of an application.
This Guide to Embedding is a tool to help you decide the best way to embed Pervasive.SQL into your application, and then to provide you the resources to complete the technical parts of your chosen method.
The Database Migration Guide is directed towards technical managers and engineers planning a database migration and considering Pervasive.SQL™ as the target data management technology.
www.pervasive.com /support/techpapers.asp   (1544 words)

  
 The Dxstore Database System
As part of this project, a database of free database systems is being compiled.
database looks like any another file on the system, so the usual commands can be used to control access to the database, rename or copy it, and so on.
In some databases, the size of a stored value must be known at the time the data is given to the database and the data must all reside in contiguous memory.
www.dss.bc.ca /dx   (739 words)

  
 Berkeley DB: DB->rename   (Site not responding. Last check: 2007-10-21)
If no database is specified, the underlying file represented by file is renamed, incidentally renaming all of the databases it contained.
On these architectures, attempts to rename databases that are currently in use by any thread of control in the system may fail.
The database parameter is the database to be renamed.
www.sleepycat.com /docs/api_c/db_rename.html   (371 words)

  
 Berkeley DB: Db.upgrade   (Site not responding. Last check: 2007-10-21)
Unlike all other database operations, Db.upgrade may only be done on a system with the same byte-order as the database.
Further, because the Db.upgrade method upgrades a physical file (including all the databases it contains), it is not possible to use Db.upgrade to upgrade files in which some of the databases it includes have sorted duplicate data items, and some of the databases it includes have unsorted duplicate data items.
If the file does not have more than a single database, if the databases do not support duplicate data items, or if all of the databases that support duplicate data items support the same style of duplicates (either sorted or unsorted), Db.upgrade will work correctly as long as the Db.DB_DUPSORT flag is correctly specified.
www.cpmc.columbia.edu /misc/docs/berkeleydb/api_java/db_upgrade.html   (473 words)

  
 Why Use an Embedded Database?   (Site not responding. Last check: 2007-10-21)
Relational databases running on standalone servers are such a fundamental part of the way we view data today, that it can be hard to recognize occasions in which other relational database models are more effective.
Later, if this embedded database has to sync with another (such as Outlook synching with Microsoft Exchange or with a handheld device), you rely on application-level data import and export functions to perform this function.
The best embedded databases have several traits in common: they don't consume a lot of resources, they're fast, and they are utterly reliable—three qualities that consumer products must deliver in today's highly competitive markets.
www.devx.com /IBMCloudscape/Article/27622   (938 words)

  
 Berkeley DB: db_create   (Site not responding. Last check: 2007-10-21)
The DB handle is the handle for a Berkeley DB database, which may or may not be part of a database environment.
The handle should not be closed while any other handle that refers to the database is in use; for example, database handles must not be closed while cursor handles into the database remain open, or transactions that include operations on the database have not yet been committed or aborted.
The database will be opened in the environment specified by the OPENINFO parameter of the GROUPS section of the ubbconfig file.
www.sleepycat.com /docs/api_c/db_class.html   (407 words)

  
 Linux gains in-memory database for telecom, servers   (Site not responding. Last check: 2007-10-21)
The client automatically reconnects to the new master database, re-establishes active queries, and gracefully handles queries and transactions that were in progress at the point of failover, the company says.
Enea says the new version features a JDBC (Java database connectivity) driver yielding performance close to that which is available to C and C++ programmers using ODBC (open database connectivity).
Enea, with Polyhedra, was listed among third-tier embedded database providers in a 2003 survey report from analyst firm VDC.
linuxdevices.com /news/NS9363097278.html   (565 words)

  
 The Apache Derby Project
Database technology is defined as software that processes data related requests from applications.
Traditional enterprise database systems rely on the machine being physically protected (locked machine room) for security, Derby databases are often in unprotected environments, such as laptops and unattended hardware.
The database engine was re-branded to IBM Cloudscape and releases continued, mainly focussing on embedded use with IBM's Java products and middleware.
db.apache.org /derby   (477 words)

  
 MySQL AB :: Embedded Database Products for OEMs & ISVs
The MySQL Embedded Database is full-featured, zero administration database that enables ISVs and OEMs to bring their applications and solutions to market faster.
MySQL is embedded or bundled by leading companies including Adobe, Cisco, Motorola, NEC, Nortel, SAP, SAS, Siemens, Sony, and Symantec.
MySQL has always been recognized as a high-performance and efficient database, routinely posting top benchmark performance results for throughput and scalability.
www.mysql.com /oem   (1141 words)

  
 iAnywhere.com - Embedded Database
SQL Anywhere is trusted by hundreds of application providers worldwide as the embedded database powering solutions for mobile, remote and small to medium sized business environments.
Advantage Database Server is a high performance client/server data management system for stand-alone, networked, and internet applications.
Advantage Database Server allows developers the flexibility of combining powerful SQL statements and relational data access methods with the performance and control of ISAM commands.
www.ianywhere.com /products/embedded.html   (202 words)

  
 Berkeley DB: Dbc.put
If the key already exists in the database, and a duplicate sort function has been specified, the inserted data item is added in its sorted location.
If the key already exists in the database, and no duplicate sort function has been specified, the inserted data item is added as the first of the data items for that key.
If the key already exists in the database, and no duplicate sort function has been specified, the inserted data item is added as the last of the data items for that key.
www.mtholyoke.edu /~mcrowley/perl-tmp/docs.db277/api_java/Dbc/put.html   (729 words)

  
 DotNetFirebird: Using Firebird SQL in .NET: January 2005
Of those surveyed, 23 percent of developers picked Firebird for use in "edge" databases—in other words, those that are embedded in systems or in devices, such as a point-of-sale system in a retail outlet or a network device.
To summarize: Embedded Firebird is a clear win when you need a fully embedded database that users are not aware of.
One of the cool Firebird features is that the database can be deployed just by copying the database file (although you can have a database in multiple files, by default it is in a single one).
www.dotnetfirebird.org /blog/2005_01_01_archive.html   (2660 words)

  
 Birdstep - Unique Real-Time Embedded Database. Supports HA, in-memory in addition to persistent storage.
RDM Embedded is a high performance, small footprint embeddable data management solution designed for today's complex, interconnected application-specific systems.
RDM Embedded provides developers with a high availability solution that enables information to be securely managed and interoperate with other systems.
With over 10 years of development, RDM Server is an ultra-high performance Client/Server database designed for applications with demanding server based operational requirements common in e-business, network management and infrastructure, document control, and general line-of-business applications.
www.birdstep.com /database/index.php3   (500 words)

  
 FastObjects Community: Change History FastObjects   (Site not responding. Last check: 2007-10-21)
All modifications while the database is in external backup mode will be held in memory and written to the recovery file until end external backup is called for the database.
If the application that accesses the database is terminated abnormally or has not closed the database properly the increment file is marked as not properly closed.
Deriving an embedded class from an persistent class/interface is not allowed because embedded classes are always non-persistent and non-persistent classes cannot be derived from persistent classes.
community.fastobjects.com /ChangeHistory4FastObjects8.0.htm   (3352 words)

  
 Berkeley DB: DB_ENV->set_lk_detect   (Site not responding. Last check: 2007-10-21)
As transactions acquire locks on behalf of a single locker ID, rejecting a lock request associated with a transaction normally requires the transaction be aborted.
Although the DB_ENV->set_lk_detect method may be called at any time during the life of the application, it should normally be called before making calls to the db_env_create or db_create methods.
Use whatever lock policy was specified when the database environment was created.
www.sleepycat.com /docs/api_c/env_set_lk_detect.html   (384 words)

  
 Free Database Servers, Engines, Software - freeprogrammingresources.com
It is specially designed to handle efficiently databases of various sizes, from a few KBs to hundreds of GBs, in both embedded database mode and client server mode.
As a pure Java Database, ObjectDB for Java/JDO is written entirely in Java, and it is compliant with the new Java Data Objects (JDO) standard.
DiamondBase is a C++ database engine which is available for free non commercial use, and is negotiable for commercial use.
www.freeprogrammingresources.com /dbservers.html   (708 words)

  
 ObjectDB for Java/JDO - Change History
Fixed a bug in tracking changes in embedded fields of an object that is retrieved using a default fetch group field (reported by Kevin Cox).
Fixed a bug in tracking changes in embedded objects when references fields of persistence capable types are in the default fetch group (reported by Christophe Darville).
Fixed a bug in the JDO database explorer when working with null references to persistent classes with no objects (reported by Tshitshi Kia Ntoni).
www.objectdb.com /database/jdo/changes   (1397 words)

  
 RelX - Embedded Database - Enterprise Database - Database synchronization
Our first database, Linter SQL RDBMS, was based on iRMX nearly 15 years ago.
As RDBMS database vendors scramble to produce smaller and smaller embedded SQL databases for PDA's, Wireless Cell phones, and Medical Devices they are stuck optimizing databases that were originally designed for PC based deployment to "enterprise" scale uses.
Predictable memory is a key differentiator between systems designed from the ground up for embedded applications and systems that were designed for use on PC's.
www.relexus.com /products/linter.htm   (173 words)

  
 TargetProcess: Agile Development Blog: MS SQL Server to FireBird migration. That's a Pain!
Embedded version of FireBird is very light, just 1.5 Mb.
There was strange behavior, the ISQL refused to believe me that I really creating new database and told that database is unavailable.
It ran, but, when I tried to create new database, showed an error “gds32.dll was not found”.
www.targetprocess.com /blog/2005/02/ms-sql-server-to-firebird-migration.html   (737 words)

  
 Embedded databases for real-time, embedded systems — eXtremeDB in-memory database, Perst Java and .NET database, SQL, ...   (Site not responding. Last check: 2007-10-21)
The eXtremeDB embedded database combines exceptional performance, reliability and developer efficiency in a proven real-time database engine.
When transaction logging is active and enabled, all updates to the data objects are logged to a set of files on disk, or a network device.
If the memory content is damaged or destroyed, the exact state of the database is restored by an automatic roll forward procedure.
www.mcobject.com /extremedbfamily.shtml   (392 words)

  
 Java / SQL Database
This is an exciting product that confirms the value Java database developers place on using both SQL and Objects to develop Java applications.
Designed for embedded and desktop computing systems, the FirstSQL/J Professional provides support for high speed transaction processing on any platform supporting a JVM (Java Virtual Machine).
Database clients using JDBC (Java DataBase Connectivity) can retrieve and send database objects and they can then execute the retrieved objects in the client environment, in the client JVM (Java Virtual Machine).
www.firstsql.com /newsq12.shtml   (1211 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.