v12 database engine authorware 3.3.1
V12 Database Engine for Authorware 3.3.1
Easy to use database Xtra for Authorware more>> The easiest to implement and most cost-effective database solution for Macromedia Authorware projects. Download a fully-functional trial version today from www.IntegrationNewMedia.com<<less
H2 Database Engine 0.9
H2 is an SQL database engine written in Java more>>
Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German)

Database Master 0.7.1
Database Master is a MySQL database management and administration software. more>> Database Master is a database development, management and administration software for the database management systems. It allows you to manage databases, tables, views, stored procedures and provides productivity features for rapidly creating and executing SQL queries. It supports currently MySQL database engine.<<less
Microsoft Jet Database Engine 3.5
Update your copy of Microsoft Jet, version 3.51.0623, to version 3.51.3328.0. more>>
The Jet35sp3.exe file contains an update of several DLL files that are included with Microsoft Access 97, Microsoft Office 97 Professional Edition, Microsoft Visual Basic (version 5.0 or later), and other products that incorporate Jet 3.5x. Microsoft Jet database engine version 3.51 provides an improved Compact utility that combines Compact and Repair into a single process. Also, the updated version of the Jet database engine generates an error if it encounters a problem during the Compact process, and then creates the table, MSysCompactError, in the destination database.

Very Simple Database Inspector 2.2
The Very Simple Database Inspector is a free database comparison and synchronization tool designed to synchronize structures between two or more databases more>>
Very Simple Database Inspector 2.2 is known as a free yet very useful database comparison and synchronization tool designed to synchronize structures between two or more databases. Compare tables, columns, primary keys, stored procedures, views, functions, triggers, and indexes all from one interface. Save your common synchronizations, interface with third party software, customizable rules engine, search databases, save sql scripts and synchronize mapping/lookup tables. Supports Microsoft Sql Server and Microsoft Access.
Major Features:
- Compare Databases
- Compare the structure of two databases, and highlight the difference
- Synchronize Databases
- Once the differences are identified, you can update the destination database with a click of the mouse
- Multiple Database Types
- The database inspector supports a variety of database types, all in one package
- Easy to Use
- The database inspector has been designed with ease of use and transparency in mind. All SQL may be viewed before it is run on the destination database, and you can see the structure of the destination at any time. The database inspector will even alert you if a change is going to cause problems or cannot be run
- Sql Editor
- Unlike other synchronization software, the database inspector allows you to make changes to your sql on the spot. No more copy/paste to third party editors
- Save Frequent Work
- Save your common comparisons for quick reference later. The database inspector has been created to make deploying your database changes as painless as possible
- Command Line Support
- All features of the database inspector may be accessed via the command line, allowing to generate and store script files any on your computer, at any time.
- Scripting
- Run changes immediately on your destination database, or save to a script file for updating later or archiving.
- Multiple Database Support.
- Structure Synchronization.
- Synchronize Mapping Tables.
- Helpful Warnings and Suggestions.
- Search Function.
- Rules Wizard.
- Third Party Integration.
- Script Database Changes.
- Synchronize Databases from the Command Line.
Enhancements:
- Version 2.2 adds command line support: see the command line tab at the top of the main window.
- Columns of type 'decimal' now have their precision and scale synchronized
- Inspector Engine no longer displays error message when synchronizing the mapping table of a single database
- Minor performance enhancements
Matrix Embeddable Database Engine 0.3b
Matrix Embeddable Database Engine is created to be a useful Java embeddable database engine which is aimed at Java applications requiring fast and seamless persistence and retrieval of objects. more>>
Matrix Embeddable Database Engine 0.3b is created to be a useful Java embeddable database engine which is aimed at Java applications requiring fast and seamless persistence and retrieval of objects.
Major Features:
- Class is the Schema: Realtime Class registration and data persistence
- Multi-Thread Single-VM: Matrix engine can be instantiated in multiple threads from a single VM
- Object Locking: Runtime locking of Matrix persist-able objects maintaining transactional sanctity across all instantiated engines
- Transaction Atomicity: Simple single-line set/get methods for complex DML functions
- Fail-safe: Primary application thread remains safe by trapping exceptions
- Where-clause: Object querying by where-clause like text
- In-memory Indexing: Unique in-memory index technology
- Cursors: Bidirectional parse-able cursors
- Encryption: Database internals are encrypted
- Zero Maintenance: Auto space management / auto archiving
- Logging: Auto-Logging of database activities at two levels
- Minimally Intrusive Interface: Classes intended for Matrix persistence need to implement a simple interface only.

DataProspector 3.1
DataProspector is a database client program. more>> DataProspector is a database client program that is designed to be very easy to use.
DataProspector helps you:
Create, transfer, and process databases.
Work with database tables, including those with multi-line fields.
Interface with many other programs intuitively, using the system clipboard.
Learn database technology using a slick, easy-to-use program.
DataProspector takes advantage of some of the newer features of Java to create a more powerful database client.
DataProspector relies on the presence of the MySQL database engine (preferred), or the PostgreSQL engine, and an appropriate JDBC driver for your chosen engine. If you are using a newer version of Linux, you are most likely 90% ready to use this program.
Because DataProspector is written in Java, it will run on virtually any computer you can name any computer for which there is a version of the Java 1.4 runtime engine.<<less
123SQL DATABASE ENGINE123SQL DATABASE ENGINE 1.5.0
ortable SQL database engine for PDAs more>> This is an undergoing project aimed to construct a small portable SQL database engine for PDAs, and this is a functional browsing engine that contains data and sample browsing statements . Data may be imported together with table/column creation . Typically the source data may be spreadsheet column TAB delimited export data . Database/table/column creation may be viewed in the included code following the -c switch . Table names and column names and field byte sizes should be specified, but column/field lengths my also vary in size row by row . The engine performs SQL keyword/syntax checking using the syntax/keywords list files included . Object names check and object attributes read is performed in the system database files named 123SQL_db_1.mar and 123SQL_db_2.mar . Database structure allows multiple object browsing . The sorting/searching routines require low machine resources thus meeting most modern PDA specifications and their sources were also published under different names .<<less
DatAdmin Personal 3.0.5
Easy and quick database administration, natively supports MSSQL, MySQL, SQLite, Postgre SQL, MS Access. Also can be used to create and restoring backups, transfer data between databases, tables and data files or edit database schema. more>>
DatAdmin Personal 3.0.5 is just a perfect choice for easily and quickly administrating database. It natively supports MSSQL, MySQL, SQLite, Postgre SQL, MS Access. Also it can be used to create and restore backups, transfer data between databases, tables or files (supported formats are XML, CSV, HTML, Excel), edit database schema.
Major Features:
- Connect to database
- Connect using ADO.NET native drivers. Distributed with native ADO.NET drivers for MySQL, PostgreSQL, Sqlite. Native drivers for MS SQL are distributed with .NET.
- Function Driver manager, which allows using other ADO.NET drivers
- Connection over generic database interfaces OLE DB and ODBC
- Function PHP tunnel, which allows connection to MySQL databaases on webhosts server, which dosn't offer direct access to database server
- Database management
- Creating and editing tables (CREATE, ALTER TABLE), database specific table properties (MySQL engine, collation)
- Comfortable foreign key management, UPDATE/DELETE rules
- CHECK, UNIQUE constraints, indexes
- Database object management - triggers, functions, stored procedures, views, schemata
- Generating SQL scripts for different object types - CREATE, DROP
- MySQL objects: triggers, functions, stored procedures, views, events
- MS SQL objects: triggers, functions, stored procedures, views
- SQLite objects: triggers, views
- View and edit data
- Viewing and editing data in table
- Quick fulltext search
- Filtering rows - fulltext search or SQL conditions
- Sorting rows by clicking on column header, sorting by more columns
- Lookups (preview of destination foreign key row), selecting rows from validation tables
- Automatic master/detail views created from foreign keys
- Forward/Back function for browsing master/detail views history
- Backup, export, import
- Backup database as "Data archive" - ZIP file - platform and database independent backup
- Ability to use native backuping tools (mysqldump, pg_dump)
- Restore from backup, restore whole database or selected tables (selecting tables is possible only when using data archive as backup format)
- Export of table data to formats CSV, TXT, HTML, XML, SQL, Excel
- Import of table from formats CSV, XML
- Export database structure into formats HTML, WIKI
- Copy database/table to another server using drag & drop
- Any data operation can be saved as job and executed later, also from command line
- Scheduling using Windows Scheduler Service (applicable to any type of job)
- Database design
- Editing of database model. Model can be generic or database specific
- Definition of tables, keys, constraints
- Definition of all object types in database model
- Database diagrams, stored in connection (locally or in database)
- Comparing & synchronize structure of model, real database or data archive (database backup)
- Migration of model to different dialect
- Generating CREATE/DROP scripts in any of supported dialect
- Reverse engineering - loading model from existing database
- SQL Editor
- SQL Editor with syntax highlighting
- Advanced search & replace
- SavingSQL query to connection - locally or in database
- Viewing more result sets from one query
- Graphical query designer, with drag & dropping tables from connection tree, tables could be joined (LEFT/RIGHT/INNER/OUTER JOIN), sorting, filtering, grouping
Requirements:
- Windows 2000 Service Pack 3; Windows 98; Windows 98 Second Edition; Windows ME; Windows Server 2003; Windows XP Service Pack 2, Windows Vista. Since DatAdmin 3.1 both 32-bit and 64-bit versions are fully supported.
- Microsoft .NET framework 2.0
License:Freeware
Family Database 2009 Pro 2.0.0.972
The Family Database 2009 stores your Familys Information (or Business Info) and lets you Save, Birthdays, Names, Phone Numbers,e-mail addresses, it also lets you to Sort, Search, Print Preview, Print, Export Data and More! more>>
Family Database 2009 Pro 2.0.0.972 is an advanced and easy to use tool which is specially designed to give you a professional way to store your Family's Information (or Business Info) and save Birthdays, Names, Phone Numbers, E-mail Addresses.
It also lets you to Sort, Search, Print Preview, Print, Export Data and More! The file includes Professional Install and un-Install features and a complete Help file too. The Family Database 2009 Pro requires a 800x600 display, a Mouse, 256mb of Memory, Pentium 3, Registration required after 31 Days.
Enhancements: Database Engine And Developer tools
Requirements: Windows 98SE and Above, NET 2.0
WareSeeker Editor
License:Freeware

Memory Database System Demo 1.0
This demo shows you the performance of the memory database system of the database engine developed by MemDB. more>>
We have used our MemDB engine to develop a demo version of Simple Appliaction which we have described in the Service Page. This demo has three tables: Buyer, Product and Contract. You can use this demo to insert a lot of records containing random data into the memory database system by a few button clicks. You can then perform some queries on the MemDB to experience the superb performance of the Memory Database System. It is easy to use and some hints will be provided to guide you how to use the demo.

Mimer SQL Engine 9.3.8
This article describes some of the highlights introduced in Mimer SQL Engine 9. As always, we have a mission to constantly improve performance and to keep up with the latest in database more>> This article describes some of the highlights introduced in Mimer SQL Engine 9. As always, we have a mission to constantly improve performance and to keep up with the latest in database standardization.
Binary and Character Large Objects (BLOBs/CLOBs/NCLOBs)
Mimer SQL Engine 9 has an efficient implementation of the SQL-99 data types BINARY LARGE OBJECT (BLOB) and CHARACTER LARGE OBJECT (CLOB). The data type NATIONAL CHARACTER LARGE OBJECT (NCLOB) was introduced in Mimer SQL 9.2. NCLOB is a data type where Unicode character data can be stored in standardized format, thus enabling a true portability between different platforms (e.g. in a client/server application with a heterogeneous client environment, for example, both Linux and Windows clients). All BLOBs, CLOBs and NCLOBs are stored in the Mimer SQL Engine database and are included in the same transaction control, access control and backup/restore system as more traditional business data.
The maximum size of a BLOB/CLOB/NCLOB is in practice unlimited (the only limitation is the maximum table size in Mimer SQL Engine; 8 TBytes!).
Mimer SQL Engine implements several functions for optimising the performance for insert, select, update, and delete of BLOBs/CLOBs/NCLOBs. When retrieving a BLOB/CLOB/NCLOB over a network, the large object is transferred directly from Mimer SQL Engines communication buffers to the application requesting the BLOB/CLOB/NCLOB without any intermediate temporary storage.
When large objects are accessed from Mimer SQL Engine, the objects are split into packages optimised for best possible performance e.g. over a network. The objects are also accessed asynchronously; the application can read the first packages of the BLOB/CLOB/NCLOB while Mimer SQL Engine delivers the rest of the object.<<less

VIP Rumor Player 3.0.0
VIP Rumor Player is a tool for the new generation. You just listen to what you want to hear, while having innovative features. The player is based on an embedded SQL database engine. For the non technical users, that means speed. Real speed. more>>
VIP Rumor Player is a tool for the new generation. You just listen to what you want to hear, while having innovative features not seen elsewhere. The player is based on an embedded SQL database engine (sqlite). For the non technical users, that means speed. Real speed. Dynamic playlists allow fully automatic, randomized playback of songs based on your observed listening habits. The more you listen, the smarter it gets. It also features browsable, user reorderable playlists. The player also makes transferring audio between home and work very easy with its unique support for removable storage devices. A removable storage device is any flash memory, thumb drive, or portable mp3 player that acts as a hard disk when you plug it in. Also you can listen to online radio stations, just add them in the list and listen when you want to. The CD ripping feature that is present in the VIP Rumor Player will let you extract the contents of any audio CD to your hard disk, letting you listen to it without having the original CD at hand.
System Requirements: Internet connection
Enhancements: Database and performance improvements.
<<lessLicense:Freeware
License:Freeware
Personal Video Database 0.9.8.9
Organize your movie collection more>> Organize your movie collection
With Personal Video Database you can catalog your movie collection fast and easy.
Thought-out user interface and different database management function make it easy to create and manage big movie databases.
Powerful filtering, grouping and sorting help you find movies very fast.
The program is expandable with plugins. There are already plenty of plugins included with the installation that can help you retrieve movie information from different internet movie databases or other database formats.
Other important features of Personal Video Database include Loan management, full Unicode support and many more.
New in this update:
-Feature: SQL database engine
-Feature: More fields, filters, groups, statistics
-Feature: Faster saving, loading, grouping, import, export
-Feature: Improved Loan Manager
-Feature: Unlimited count of screenhots
-Feature: Unlimited count of posters and photos
-Feature: Better quality image resizing
-Feature: Improved gathering file information, because of the new version of mediainfo.dll
-Feature: Five different types of custom fields
-Feature: Acquire images from TWAIN device (eg. Scanner)
-Feature: A dialog with possible actions appears upon inserting of a CD or DVD
-Feature: Extremly improved Awards, Movie Connections and Filmography management
-Feature: Improved export
-Feature: Full Screen mode
-Feature: Improved support for roles in actors field and filmography
-Feature: Many new options
-Feature: New extremely powerful Advanced search
-Feature: Added a possibility to filter episodes
-Improved: TV Series support
-Improved: Some UI improvements
-Improved: Multiple movies editor
-Improved: Screenshot maker<<less
Variable Block Database 2001
A collection of C++ classes used to build embedded database engines based on variable block technology. Features: WIN32/UNIX database interoperability. Supports object-oriented and relational database more>>
