db
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 337
Disc DB 1.0
Disc DB is a DVD and CD-Rom cataloguing program more>>
Disc DB is a DVD and CD-Rom cataloguing program Disc DB is a DVD and CD-Rom cataloguing program:
- Uses self-contained database; no external database required
- List content by disc or search for files
- Export disc/search contents to HTML
<<less- Uses self-contained database; no external database required
- List content by disc or search for files
- Export disc/search contents to HTML
Download (1MB)
Added: 2005-08-27 License: Freeware Price:
1528 downloads
One$DB 3.4.1
An Open source Java Database more>> One$DB is an Open Source version of Daffodil DB.It is a standards based (J2EE-certified, JDBC 3.0 and SQL 99 compliant), platform independent, footprint size database that can be embedded into any application and requires zero or minimal administration.It has been made available in both Embedded and Network editions.<<less
Download (3.77MB)
Added: 2005-01-31 License: Others Price: NA
1729 downloads

Songs-DB 1.3
Songs-DB is a free MP3 player, jukebox and music organizer which takes care of large collections of MP3, WAV, audio CDs and virtually any other format. It can play, convert, grab, tag, rename, make pl more>>
Songs-DB is a free MP3 player, jukebox and music organizer which takes care of large collections of MP3, WAV, WMA, audio CDs and virtually any other format. It can scan, play, convert, grab, tag, rename, make playlists, search, cache, normalize, query CDDB/Freedb and much more. An internal player with WinAmp compatible skins and plug-ins is present, but Songs-DB can cooperate with WinAmp itself too.
<<less Download (2700K)
Added: 2002-11-14 License: Freeware Price: $0
2678 downloads

dbstru 1.0
Scans and saves as textfile the structure of a MS Aaccess 97 database. easy, quick. full setup downloadable if db libraries are needed. more>>
Scans and saves as textfile the structure of a MS Aaccess 97 database. easy, quick. full setup downloadable if db libraries are needed.
<<less Download (16K)
Added: 1999-08-30 License: Freeware Price:
3709 downloads
DB GetMail 1.3
A POP3 mail account retriever that will save mail messages in .eml Windows file format more>> A POP3 mail account retriever that will save mail messages in .eml Windows file format
GetMail application was designed to be a POP3 mail account retriever that will save mail messages in .eml Windows file format.
Enhancements:
- Fixed a problem with the connect function
Download (29KB)
Added: 2008-09-25 License: GPL Price: FREE
395 downloads
DB Cruiser 6.0.1
DB Cruiser is a web (AJAX) database tool with reporting and data importing more>> DB Cruiser is a web based (AJAX) database tool with reporting and data importing functionality. It provides easy to use and secure access to all SQL databases, through any major Web browsers, to execute SQL, to view and manipulate data, including CLOB/TEXT and BLOB/Binary, to generate reports, to import bulk data into tables, etc.<<less
Download (10.2MB)
Added: 2008-05-04 License: Freeware Price: $0.00
708 downloads
Other version of DB Cruiser
Price: $0.00
License:Freeware
License:Freeware
DB Starter 1.0
A simple tool that will open whatever you send to it with its default application. more>>
A simple tool that will open whatever you send to it with its default application. Starter application was designed to be a a simple tool that will open whatever you send to it with its default application.
This is usefull to put on a CD with a movie and have the disk automatically play the movie when it is inserted.
Main features:
- Start any file with default application
<<lessThis is usefull to put on a CD with a movie and have the disk automatically play the movie when it is inserted.
Main features:
- Start any file with default application
Download (31KB)
Added: 2007-11-10 License: Freeware Price:
714 downloads
DB eLibrary 2.1
Find and download books from Project Gutenberg servers. more>>
Find and download books from Project Gutenberg servers. The eLibrary software is a popular front end for Project Gutenberg.
eLibrary application will allow users to easily find and download books from Project Gutenberg servers.
Managing your ebooks with eLibrary is simple with its built in My Library. The integrated reader allows optimal viewing for all of your ebooks. In addition you can export your ebook to an HTML file.
Main features:
- Downloading of e-Books from Project Gutenberg server
- You can search for books based on Title, Author, and Gutenberg Year
- Downloading of e-Books from Project Gutenberg server
- Book Reader to make reading the book easier
- Creates an HTML document for you to read or print your eBook
- Able to customize font, lines per page, and backround color of book reader and HTML Export
- Autoscan book directory on program startup and will add any books not in My Library
- Sortable listings by clicking on collumn
- Search in current page or entire book
<<lesseLibrary application will allow users to easily find and download books from Project Gutenberg servers.
Managing your ebooks with eLibrary is simple with its built in My Library. The integrated reader allows optimal viewing for all of your ebooks. In addition you can export your ebook to an HTML file.
Main features:
- Downloading of e-Books from Project Gutenberg server
- You can search for books based on Title, Author, and Gutenberg Year
- Downloading of e-Books from Project Gutenberg server
- Book Reader to make reading the book easier
- Creates an HTML document for you to read or print your eBook
- Able to customize font, lines per page, and backround color of book reader and HTML Export
- Autoscan book directory on program startup and will add any books not in My Library
- Sortable listings by clicking on collumn
- Search in current page or entire book
Download (758KB)
Added: 2007-11-10 License: Freeware Price:
745 downloads
Berkeley DB 4.4
Berkeley DB is a database engine that provides developers with fast, reliable, local persistence with zero administration. more>>
Berkeley DB is a database engine that offers developers with fast, reliable, local persistence with zero administration. Berkeley DB is a library that links directly into your application. Your application makes simple function calls, rather than sending messages to a remote server, eliminating the performance penalty of client-server architectures. Berkeley DB stores data in application native format, as simple key/value pairs, eliminating the need for translation or mapping. Berkeley DB eliminates the overhead of SQL query processing, enabling applications with predictable access patterns to run faster. Berkeley DB is the ideal choice for static queries over dynamic data, while traditional relational databases are well suited for dynamic queries over static data.
Berkeley DB delivers the same robust data storage features as traditional, relational database systems, such as ACID transactions and recovery; locking, multiple processes and multi-threading for high concurrency; hot and cold backup; and single-master replication for high availability applications. Berkeley DB can manage databases in memory, on disk or both. Berkeley DB is designed to run in a completely unattended fashion, so all runtime administration is programmatically controlled by the application, not by a human administrator. It has been designed to be simple, fast, small and reliable.
Berkeley DB supports replication over multiple systems, enabling applications to scale massively with low latency and provide fault tolerance for high availability solutions. This technique works by having all updates go to a designated master, which distributes changes automatically to a set of replicas. The read workload can be spread across the replicas, and new replicas can join the group at any time to scale the system. If any replica fails, the remaining replicas can take over for it. If the master fails, the application can call for an election or simply designate a new master. Once the new master has been chosen, all of the replicas synchronize with the new master and move forward with normal processing with no interruption in service.
Berkeley DB is very flexible and puts developers in control of many aspects of its behavior, which allows it to be used across a wide range of applications and as a replacement for custom, home-grown solutions. For example, developers can control how resources are allocated, the amount of memory dedicated to caching records, the on-disk storage structure used for individual tables, durability and isolation guarantees, and replication policies. It includes full source code for easier porting, integration, debugging and optimization.
Berkeley DB provides very fast, reliable and scalable persistence for applications that need to store data locally, run unattended without interruption, and access data in a predictable fashion.
Main features:
- Local, in-process data storage
- Schema-neutral, application native data format
- Indexed and sequential retrieval (Btree, Queue, Recno, Hash)
- Multiple processes per application and multiple threads per process
- Fine grained and configurable locking for highly concurrent systems
- Support for secondary indexes
- In-memory, on disk or both
- Online Btree compaction
- Online Btree disk space reclamation
- Online abandoned lock removal
- On disk data encryption (AES)
- Records up to 4GB and tables up to 256TB
<<lessBerkeley DB delivers the same robust data storage features as traditional, relational database systems, such as ACID transactions and recovery; locking, multiple processes and multi-threading for high concurrency; hot and cold backup; and single-master replication for high availability applications. Berkeley DB can manage databases in memory, on disk or both. Berkeley DB is designed to run in a completely unattended fashion, so all runtime administration is programmatically controlled by the application, not by a human administrator. It has been designed to be simple, fast, small and reliable.
Berkeley DB supports replication over multiple systems, enabling applications to scale massively with low latency and provide fault tolerance for high availability solutions. This technique works by having all updates go to a designated master, which distributes changes automatically to a set of replicas. The read workload can be spread across the replicas, and new replicas can join the group at any time to scale the system. If any replica fails, the remaining replicas can take over for it. If the master fails, the application can call for an election or simply designate a new master. Once the new master has been chosen, all of the replicas synchronize with the new master and move forward with normal processing with no interruption in service.
Berkeley DB is very flexible and puts developers in control of many aspects of its behavior, which allows it to be used across a wide range of applications and as a replacement for custom, home-grown solutions. For example, developers can control how resources are allocated, the amount of memory dedicated to caching records, the on-disk storage structure used for individual tables, durability and isolation guarantees, and replication policies. It includes full source code for easier porting, integration, debugging and optimization.
Berkeley DB provides very fast, reliable and scalable persistence for applications that need to store data locally, run unattended without interruption, and access data in a predictable fashion.
Main features:
- Local, in-process data storage
- Schema-neutral, application native data format
- Indexed and sequential retrieval (Btree, Queue, Recno, Hash)
- Multiple processes per application and multiple threads per process
- Fine grained and configurable locking for highly concurrent systems
- Support for secondary indexes
- In-memory, on disk or both
- Online Btree compaction
- Online Btree disk space reclamation
- Online abandoned lock removal
- On disk data encryption (AES)
- Records up to 4GB and tables up to 256TB
Download (11.8MB)
Added: 2006-03-06 License: Freeware Price:
1345 downloads
Added: 2009-06-25 License: Freeware Price:
10 downloads
DB Zipper 1.0.2
DB Zipper - Pack and Unpack Database Tables Across Databases more>>
DB Zipper - Pack and Unpack Database Tables Across Databases DB Zipper is a database tool that processes table data and table structures from any database into a compressed database archive file (*.dbz).
With DB Zipper you can extract your (selected) tables from the database archive file to any supported target database.
Database archive files are "archives" used for distributing and storing database tables. One database archive can hold tables from multiple databases.
Database archive files can be archived, e-mailed, checked into source control, run against another databases etc. DB Zipper is the easiest way to distribute any database on a corporate intranet, the Web, e-mail or CD-ROM.
DB Zipper is exceptionally easy-to use and it works like the regular compression applications for files but instead of files DB Zipper works with database tables
Supported Databases:
MySQL, Oracle, InterBase, MS SQL Server, Firebird, MS Access, DBISAM 4, NexusDB 2, etc
Main features:
- Move your database from A to B
- Simple backup and restore solution
- Simplify database deployment
- Translate tables from database type A to type B
- Compress tables as a .dbz file (DB Zipper file)
<<lessWith DB Zipper you can extract your (selected) tables from the database archive file to any supported target database.
Database archive files are "archives" used for distributing and storing database tables. One database archive can hold tables from multiple databases.
Database archive files can be archived, e-mailed, checked into source control, run against another databases etc. DB Zipper is the easiest way to distribute any database on a corporate intranet, the Web, e-mail or CD-ROM.
DB Zipper is exceptionally easy-to use and it works like the regular compression applications for files but instead of files DB Zipper works with database tables
Supported Databases:
MySQL, Oracle, InterBase, MS SQL Server, Firebird, MS Access, DBISAM 4, NexusDB 2, etc
Main features:
- Move your database from A to B
- Simple backup and restore solution
- Simplify database deployment
- Translate tables from database type A to type B
- Compress tables as a .dbz file (DB Zipper file)
Download (2.69MB)
Added: 2007-06-08 License: Freeware Price:
892 downloads
Other version of DB Zipper
License:Freeware
DB Architect 1.0
DB Architect is a mighty admirable tool which creates Java objects that map to tables and views in a relational database. more>>
DB Architect 1.0 is a mighty admirable tool which creates Java objects that map to tables and views in a relational database. It includes templates for Data Access Objects, Value Object, and Entity Beans (BMP). Users can generate Java code based on these templates and use the generated code in any project that accesses a database.
Download (2.1MB)
Added: 2002-05-30 License: Freeware Price:
downloads
Explorer DB 1.0
Edit any DB that has registred ODBC provider in Your system. more>> Lets You edit any DB that has registred ODBC provider in Your system.<<less
Download (263KB)
Added: 2008-07-11 License: Freeware Price: Free
483 downloads
Football DB 3.0.3
A dedicated database that allows you to view detailed information about the football clubs more>> A dedicated database that allows you to view detailed information about the football clubs
Football DB gives you the opportunity to look through the various statistical information.
With Football DB you can easily view information on your preferred football clubs and also make predictions for the games to come.
Download (14.1MB)
Added: 2008-10-07 License: Freeware Price: FREE
458 downloads
DB WallChanger 1.1
A simple tool that will automatically change your wallpaper. more>>
A simple tool that will automatically change your wallpaper. WallChanger application was designed to be a simple tool that will automatically change your wallpaper.
You can have sit in your system tray and change your wallpaper at an interval you specify. If you start it when you computer starts then you will have a new wallpaper on your startup.
Main features:
- Multiple Directories
- Can set it to run only on startup then exit
- Timed changes
- JPG Support
<<lessYou can have sit in your system tray and change your wallpaper at an interval you specify. If you start it when you computer starts then you will have a new wallpaper on your startup.
Main features:
- Multiple Directories
- Can set it to run only on startup then exit
- Timed changes
- JPG Support
Download (390KB)
Added: 2007-11-10 License: Freeware Price:
716 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above db search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed