Software Listing: Relational Databases

Ezy Data 2000 lets you easily create relational databases of tables and queries for entering, storing, viewing and analysing data. Many features include: . Import data from a spreadsheet or other database into Ezy Data. . Unlimited number of databases. Each database self-contained with a user-friendly Switchboard . Databases can be opened directly in MS Access 2000/2002/2003 . Over 40 pre-designed table templates . Wizards simplify query creation, data definition, and data integrity Download a fully-functional 30-day trial. The trial version requires retail or run-time version of Access 2000 or later.

  • Platform: Win2000, WinOther

This article describes how Perl can be used to transfer data between XML and relational databases, and how XML can bridge two disparate databases. MySQL is used as an example database..

  • Publisher: xml.com
  • Date: 24-03-2011
  • Platform: Misc Scripts

MySQL is probably the most widely used relational databases around. It's used as an integral component in many JumpBoxes and is also useful to have available in an easy to use standalone version. This JumpBox includes MySQL 5 along with PHPMyAdmin setup and ready to run.

Get JumpBox for the MySQL Relational Database and take it for a spin to see what it can actually do for you!

.

  • Platform: Windows 7, WinOther, WinVista
  • DBEdit2
  • License: Freeware
  • Price: 0.00
  • Rating

DBEdit 2 is a database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases.

Used to easily query, update and administer your database, create reports and synchronize data.

Features :

Cross database
Supports Oracle, DB2, MySQL, SQLite and HSQLDB.

These are the databases the application has been tested on and for which the drivers are included in the installation package, but it can connect to basically any relational database that provides a JDBC driver. Check out the manual.

  • Platform: Win2000, Windows 7, WinOther, WinServer, WinVista

Make the creation and usage of Data Access Objects as easy as ABC Daolite is a powerful Data Access library that bridges between the object world and the world of relational databases. Your business model components can access the Data Access Objects created based on Daolite as needed to maintain the data properly and conveniently.(Our DaoliteMappingTool can help create Data Access Objects based on Daolite according to your needs). Daolite completely abstracts the database layer from the developer, leaving him or her fully in the object-oriented realm. With Daolite, you can build applications that are compatible with multiple database systems (currently we support MS Access, MS SQL Server, MySQL, Oracle and SQLite) without making ANY changes to your code.

  • Platform: Win2000, Windows Server, Windows Vista, WinOther

A powerful tool for exploring the structure and data in relational databases. DataRoamer is a powerful software utility that will help you view the data and structure in relational databases. DataRoamer provides intuitive quick point and click database access - no commands to learn, no queries to type.Here are some key features of "DataRoamer":General:Responsive user interface. Database operations run in the background - you're always in control. Tool tips and right-click menus eliminate the need to remember commands. Adjustable display scale for easier viewing. (50% to 200%) Open multiple windows on one or more databases at the same time.

  • Platform: Win2000, WinOther, WinVista

Connect XML-2-DB is a database middleware package that provides a powerful, database independent mechanism for transforming and moving data from XML documents to relational databases using simple mapping files. It provides both a stand-alone executable and a library that can be easily integrated with any java program. It also includes an INET Gate3 JDBC 3.0 type 4 driver( a USD 1,695.00 value ).

  • Platform: JavaScript, Scripts

DbConsole is a lightweight tool that can help you run a single SQL interface for multiple relational databases.

The application is designed to work with different database types (Oracle, PostgreSQL etc.) and it comes with built-in commands such as table and schema listing. Since it is built in Java, it will run on all the major platforms.


.

  • Platform: WinOther
  • LiteSQL
  • License: Freeware
  • Price: 0.00
  • Rating

LiteSQL is a reliable C++ library designed to integrate C++ objects into relational databases and thus to provide an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends.

LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed. In addition to object persistence, LiteSQL provides object relations which can be used to model basic OO building blocks (aggregation, composition, association). Objects can be selected, filtered and ordered using template- and class-based API with type checking at compile time.

.

  • Platform: WinOther
  • pgEdit
  • License: Shareware
  • Price: $65.00
  • Rating

pgEdit - a high performance SQL editor for PostgreSQL relational databases pgEdit is a top performance SQL editor and development environment specifically designed for PostgreSQL databases. Features:SQL Syntax coloring optimized for PostgreSQL. PostgreSQL represents function bodies as single quoted strings which most editors render with a single color. pgEdit promotes better usability and correctness by using SQL syntax coloring within the body of function strings. Keyword coloring is based directly on the source code of PostgreSQL.SQL source code execution without saving files or switching applications.

  • Publisher: pgedit.com
  • Date: 29-08-2009
  • Size: 7495 KB
  • Platform: WinOther

SQL Uniform is a general interface, a helper application to relational databases SQL Uniform is a general interface (GUI), a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert).SQL Uniform Lite supplies the databases with a suitable graphical user interface (GUI), helper applications possessing a wide range of functions and several platforms accessibility. SQL Uniform Lite allows graphical table design, running SQL statements, export and comparison of data in a heterogeneous environment and offers many other useful services that help you to perform your daily tasks more quickly and efficiently.

  • Platform: WinOther
  • DBEdit 2
  • License: Freeware
  • Price: 0.00
  • Rating

Database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data. Written in Java and uses the features of JDBC to their fullest. Available for Windows, Linux, Solaris and Mac OS X as free, open source software distributed under the terms of the GNU General Public License..

  • Platform: Java, Linux, Linux Gnome, Linux GPL, Linux Open Source, Mac OS X, Unix, Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64

DbVisualizer is a cross-platform database tool for all major relational databases. DbVisualizer enables simultaneous connections to many different databases through JDBC drivers. Just point and click to browse the database structure, view detailed characteristics of database objects, edit table data graphically, execute arbitrary SQL statements or SQL scripts, reverse engineer primary/foreign key mappings graphically or why not let DbVisualizer chart your database with its advanced charting options. The user friendly graphical interface in combination with the unique collection of features makes DbVisualizer the ideal choice for administrators and developers.

  • Platform: Linux, Mac OS X, Win2000, Windows Server, WinOther

This course introduces students to data server technology, and explores the concepts of relational databases and the powerful SQL and PL/SQL programming languages. Students will learn and practice how to create and maintain database objects. You will also learn to store, retrieve, and manipulate data. Finally, you will learn how to create PL/SQL blocks of application code that can be used in Oracle forms, reports, and other Oracle applications..

  • Platform: Asp, Scripts

Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How to Use DBI, Cached Queries, Transactions, and more..

  • Platform: CGI and Perl, Scripts

Here's how to get started using SQL and SQL-driven databases from Perl. Main topics include: General information about relational databases, About SQL, What DBI is For, Example of How to Use DBI, Cached Queries, and Transactions..

  • Platform: CGI and Perl, Scripts

Cayenne is an object-relational persistence framework written in Java. It provides tools and libraries to work with relational databases in an object-oriented way. Cayenne consists of class libraries and a GUI tool for O/R mapping and deployment..

  • Platform: Java, Scripts

DBSight is a deployable J2EE web application that can create one or several search engines on any JDBC relational databases. It's a highly configurable platform to create search. It can crawl your database, create indexes, display search results. You can customize most of the components, and manage the indexes -- all by web interface. * Scalable, online demo http://search.dbsight.com holds 1.2G data, 1.7 million records * Work on live systems, new or old legacy systems, without changing existing code. * Customizable crawl, customizable indexing, customizable searching, customizable results templates.

  • Platform: Java, Scripts

SQL Uniform is a database client, graphical user interface (GUI), a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert), import. It supports any kind of database and database servers to which there is an ODBC or JDBC standard driver. It has been tested on the following databases: Access, Adabas D, DaffodilDB, dBASE, Excel, HSQL, IBM DB2, Interbase (Firebird), JDataStore, Linter (Relex), McKOI, Mimer, MSSQL, MySQL, Openlink Virtuoso, Oracle, Paradox, Pervasive (Btrive), Pointbase, PostgreSQL, Quadcap QED, Solid, SQLITE, Sybase, ThinkSQL, Yard.

  • Platform: Misc Scripts

"bash the Database" is a loadable builtin command for the GNU bash shell which allows scripted access to relational databases using SQL commands similar to those used in embedded SQL programs. Originally written for DB2, support has been added for databa.

  • Platform: Linux, Unix

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


SD QuickExec

Im always scouting the internet looking for quality applications that’ll help me save time carrying out some of the basic things I do every time I switch on my computer. For example, launch my internet browser, email client, iTunes and so on. ...


Acebyte Utilities

Acebyte Utilities is a modern looking application, designed to help speed up your computer via system optimization and error correction. In the long run, this could help prevent freezes and slow downs, as well as the dreaded blue screen of death ...


Privacy Winner

Many computer users know that over time your computer slows down. Give it six months and if you’re unlucky enough, your brand new shiny Windows 7 computer will be running just as slow as your old XP one was, causing you no end of problems such ...


WinLock

WinLock is a program that helps users lock down and limit access to certain functions of a Windows PC. Applications such as WinLock are crucial in environments where public access is allowed to PC’s, such as libraries or internet cafes, as ...


Time Fighter

Time fighter is a free ware game in the general two dimensional shooter genre. Many of the traits the game has are very generic and taken from and used by every other game in its genre, mainly the two dimensional field, the way the character (which ...


RomCenter

Rom centre is a very handy downloadable piece of free ware that helps greatly when it comes to finding roms for a variety of emulators, checking roms to see if they are in full working order, and fixing roms if they are not working, so you don't ...


Typing Invaders - Free Typing Game

Typing invaders is a free ware typing game, which (in short) essentially takes the concept from the game space invaders, and applies it to a fun typing improving game. It does this by taking all the core gameplay elements of space invaders, and then ...


MarkdownPad

It is not really difficult to create basic webpages, having said that, if you don’t know about HTML, it can be a tedious task. HTML stands for Hypertext Markup Language which basically is used to create webpages. It is not a difficult language ...


MemZilla

Even though it may not look it, MemZilla is in fact a very simple application, that purely and simply aims to increase your system performance by freeing up more memory that can be used for opening more programs. MemZilla also provides some basic ...



New Downloads

MoneyLine Professional
Edition

MoneyLine Professional tracks
all of your bank accounts and
spending in one place, so you
stay organized and in control
...

Spartan Clipboard for
Windows

A programmable clipboard
manager, organizer, text and
graphics editor all rolled
into one.

Xlinksoft Palm Converter

Xlinksoft Palm converter is
designed to convert all videos
and audios to Palm. This is
the great Palm converter for
Palm ...

DwinsHs

DwinsHs is a Pascal script for
Inno Setup that allows you to
download files from the
Internet during the
installation ...

Event Registration Pro
Calendar

Event Registration Pro
Calendar is the best open
source software for online
event registration and event
booking for your ...

MITCalc Torsion Springs

Geometric and strength designs
of spiral cylindrical torsion
springs loaded with static or
cyclic loading. Application
...

Kaspersky Total Security

Kaspersky Total Security
delivers our ultimate security
for the desktop and beyond…
protecting your privacy,
money, ...

CoffeeCup LockBox for OS X

LockBox is an awesome program
specially designed to help you
securely store valuable
information. LockBox safely
stores ...

Barcode Generator for
Microsoft Access

Create barcodes in Microsoft
Access without installing
additional fonts or other
components with the
IDAutomation Native ...



Related Searches

Sample Relational Databases Flowchart
Databases Cd
Databases Cdb
Databases Copy
Database Generate Php Query Table Relational
Relational Dropdown List
DeZign Databases
Databases Viewer
Equity Relational Diagram
Free Dvd Databases
Freeware Dvd Databases
Freeware Databases