Main > Free Download Search >

Free database administrator software for mac

database administrator

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1497
MySQL Administrator 1.1.10

MySQL Administrator 1.1.10


MySQL Administrator - Graphically administer your MySQL environment more>>
MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
Enhancements:
- This is a maintenance release of MySQL Administrator with improved stability.
<<less
Download (5.7MB)
Added: 2006-05-18 License: Freeware Price:
1309 downloads
Apple ODBC Administrator Tool 1.0

Apple ODBC Administrator Tool 1.0


Apple ODBC Administrator Tool is such a helpful program which enables database administration of ODBC-compliant data sources. more>> <<less
Download (5.1MB)
Added: 2009-08-27 License: update/patch Price: Notavailable
downloads
DataBase Publisher 4.3v1

DataBase Publisher 4.3v1


DataBase Publisher is a highly-efficient, high-quality utility which can transfer data from a FileMaker Pro database to an Adobe InDesign document. more>>

DataBase Publisher 4.3v1 is a highly-efficient, high-quality utility which can transfer data from a FileMaker Pro database to an Adobe InDesign document.

DBP can also handle pictures and even modify them 'on the fly' using Adobe Photoshop. If you want to produce database driven publications like catalogs, brochures, mail merges, address books, etc. DBP can be used to automate the process and prevent double data entry. Manual and sample files are included. DBP is open source and was writen using AppleScript Studio.

<<less
Download (3.4MB)
Added: 2008-08-07 License: Freeware Price:
downloads
iODBC Driver Manager, Administrator, SDK 03.52.0709.0909 [3.52.7]

iODBC Driver Manager, Administrator, SDK 03.52.0709.0909 [3.52.7]


iODBC Driver Manager, Administrator, SDK is truly a useful and convenient platform-independent Open Source implementation of ODBC. more>>

iODBC Driver Manager, Administrator, SDK 03.52.0709.0909 [3.52.7] is truly a useful and convenient platform-independent Open Source implementation of ODBC.

Major Features:

  1. The iODBC effort is managed via the iODBC project which is maintained and supported by Openlink Software.
  2. iODBC and ODBC are 100% compatible. Thus, migration of ODBC-compliant applications and drivers across platforms does not require wholesale rewrites.
  3. The iODBC SDKs for the Mac provide support for Cocoa, Carbon, Darwin, and Classic development. Like ODBC on the Windows platform, iODBC comprises the following:
    • Runtime resources
      • ODBC Drivers - Simply, Drivers that implement the ODBC API.
      • iODBC Driver Manager - The Driver Manager is implemented as a Framework under Mac OS X; a Shared Library under Darwin, Linux, UNIX and OpenVMS; and a Code Fragment under Mac OS 9.
      • iODBC Administrator - iODBC provides the native GUI-based OpenLink ODBC Administrator for Mac OS 9 and Mac OS X. The HTTP-based OpenLink ODBC Administrator is also available for all iODBC-supported client platforms except the Classic Mac OS.
    • Development resources
      • iODBC SDK - Used by developers for the development of ODBC-compliant database applications and drivers, the iODBC SDK includes all necessary Header Files and Shared and Static Link Libraries, as well as the library sources.

Enhancements:

  • Added iODBC Graphical Administrator for Mac OS X
  • Added iODBC CFM Bridge
  • Added resizable windows and dialogs for GTK+
  • Added option in tracefile for sequence number ($S)
  • Added additional translations between ANSI and Unicode
  • Fixed if tracefile gets too big, continue in new tracefile
  • Fixed unload bug due to wrong pointer deref
  • Fixed Connection Pooling UI
  • Fixed checking odbc_ver on connect handle
  • Fixed packaging of runtime only libraries
  • Fixed porting issues
  • Fixed documentation
<<less
Download (1.4MB)
Added: 2009-09-16 License: Freeware Price: Notavailable
downloads
 
Other version of iODBC Driver Manager, Administrator, SDK
iODBC Driver Manager, Administrator, SDK 03.52.0607.1008 [3.52.6]iODBC Administrator -- iODBC provides the native GUI-based OpenLink ODBC Administrator for ... iODBC SDK -- Used by developers for the development of ODBC-compliant database applications
License:Freeware
Download (1.9MB)
5 downloads
Added: 2007-11-12
iODBC Driver Manager, Administrator, SDK 3.0.6iODBC Driver Manager, Administrator, SDK 3.0 ... is a highly-efficient, high-quality Independent Open Database Connectivity which commonly
License:Freeware
Download (976.6KB)
downloads
Added: 2003-10-20
H2 Database Engine 1.1.113

H2 Database Engine 1.1.113


An SQL database engine written in Java more>> An SQL database engine written in Java

H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.

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).

Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

<<less
Download (4.9MB)
Added: 2009-05-24 License: Freeware Price: FREE
218 downloads
 
Other version of H2 Database Engine
H2 Database Engine 0.9H2 Database Engine is a web based java database engine. Main features: - Fast database engine - ... - Disk based or in-memory databases - Browser base Console application - JDBC API - Limited ODBC
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
Netinfo Database Loader 1.1

Netinfo Database Loader 1.1


Netinfo Database Loader is created to be a tiny yet effective Filemaker pro database which assists you to import information in your local or shared Netinfo databases. more>>

Netinfo Database Loader 1.1 is created to be a tiny yet effective Filemaker pro database which assists you to import information in your local or shared Netinfo databases. It works by reformating and dumping all the entries in "raw format" that is copied in the Clipboard. Create a plain Textedit file, paste the dump in it, save it as UTF-8, then go back to the database to finish importation with AppleScript and the Terminal.

It is particularly well suited to create entries to use with OpenLDAP and Open directory in Mac OS X Server 10.2 so that you can create a shared LDAP directory to be exploited from Address Book, Entourage, or any other LDAP client.

<<less
Download (208KB)
Added: 2003-02-15 License: Freeware Price:
downloads
MySQL Database Server 5.1.35

MySQL Database Server 5.1.35


MySQL Database Server is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. more>>

MySQL Database Server 5.1.35 is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications. If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.

MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases.

<<less
Added: 2009-06-05 License: Freeware Price:
downloads
 
Other version of MySQL Database Server
MySQL Database Server 5.1.32tool which is designed for enterprise organizations delivering business critical database ... for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL
License:Freeware
Download
710 downloads
Added: 2009-03-14
Find Database Tables 1.0

Find Database Tables 1.0


Find Database Tables is the right solution if you have a bunch of MySQL tables in your database that you arent sure if you use anymore while finding them can be tough and daunting and youre afraid to delete any because that one obscure script you wrote years ago may still use it. more>>

Find Database Tables 1.0 is the right solution if you have a bunch of MySQL tables in your database that you aren't sure if you use anymore while finding them can be tough and daunting and you're afraid to delete any because that one obscure script you wrote years ago may still use it. Simply log onto your database sever, select your database, select the folder that has your scripts, and let Find Database Tables do the searching for you!

Major Features:

  1. Fast Searching
  2. View the table data - make sure if you really want to delete the table or not
  3. View the scripts where a table was found
  4. Drop unwanted tables right from the application
  5. Export the results to a CSV file that can be used in any spreadsheet application
  6. Can view table data, scripts, and delete tables while the searching is going on
<<less
Download (3.9MB)
Added: 2009-09-09 License: Freeware Price: Notavailable
downloads
Oracle9i Database R2

Oracle9i Database R2


Enterprise database solution. more>>
Oracle9i Database is the state of the art in object-relational databases. Voted Editors Choice by PC magazine and the #1 database for Linux by Linux Journal, Oracle9i Database is the most scalable and full featured database available.

Whether driving your web site, packaged applications, data warehouses or OLTP applications, Oracle9i Database is a foundation technology for any professional computing environment..
<<less
Download (20KB)
Added: 2004-05-15 License: Freeware Price:
1114 downloads
Tech Database 2.4

Tech Database 2.4


Two databases for hardware info and images. more>>
Tech Database is FileMaker Pro 5 based and simple to use. It is comprised of two databases using relationships to create some cool unit selections.

One for hardware information and the second to store whatever images you choose to represent a given piece of hardware, (i.e. Laptops, CPUs, Modems, etc.) Printing reports has not yet been implemented in this version as I always find my exported data more useful than a printed report from FMPro.

lease feel free to alter this database to suit your needs. Then send the developer a copy!
<<less
Download (344KB)
Added: 2004-05-19 License: Freeware Price:
1988 downloads
Rat Genome Database Search 1.0

Rat Genome Database Search 1.0


Rat Genome Database Search is a professional and easy-to-use widget that offers scientific researchers a quick way to run searches for genes, quantitative trait loci, ontologies, rat strains, literature references, and other information available at the Rat Genome Database. more>>

Rat Genome Database Search 1.0 is a professional and easy-to-use widget that offers scientific researchers a quick way to run searches for genes, quantitative trait loci, ontologies, rat strains, literature references, and other information available at the Rat Genome Database.

Requirements: Mac OS X 10.4 or later.
<<less
Download (105K)
Added: 2006-05-02 License: Free Price:
downloads
AppleSpec Database Jan, '03

AppleSpec Database Jan, '03


AppleSpec Database Jan, 03 is known as an effective canonical list of every piece of hardware ever released by Apple Computer. more>>

AppleSpec Database Jan, '03 is known as an effective canonical list of every piece of hardware ever released by Apple Computer. Mostly for developers, macintosh consultants and technical afficionados, the database is the #1 Technical resource to help people do their jobs.

Requirements:

  • Mac OS 8.6 - 9.x


<<less
Download (8.6MB)
Added: 2003-01-07 License: Freeware Price:
downloads
PostgreSQL Database Server 8.3.0

PostgreSQL Database Server 8.3.0


PostgreSQL Database Server is a program functioning as an open source relational database system more>>

PostgreSQL Database Server 8.3.0 is a program functioning as an open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. PostgreSQL Database server already embedded a useful GUI - PGadmin. If you want to import MS Access or other formats to PostgreSQL, you can install a Mac OS X GUI Navicat PostgreSQL

PostgreSQL is an open-source descendant of this original Berkeley code. Also, PostgreSQL can be extended by the user in many ways.

It supports a large part of the SQL:2003 standard and offers many modern features:

  1. Complex queries
  2. Foreign keys
  3. Triggers
  4. Views
  5. Transactional integrity
  6. Multiversion concurrency control

<<less
Added: 2008-02-08 License: Freeware Price:
downloads
GestLab Database 22

GestLab Database 22


GestLab Database gives you a free tool which starts with version 1.1, the application and database are separate files. more>>

GestLab Database 22 gives you a free tool which starts with version 1.1, the application and database are separate files. In order to use it, you must download both files (GestLab and GestLab Database), and place them in the same folder.

<<less
Download (106.5KB)
Added: 2004-01-01 License: Freeware Price:
downloads
TimeSlice Admin 1.1

TimeSlice Admin 1.1


TimeSlice Admin - System administrator tool for TimeSlice more>>
TimeSlice Admin enables the user to enable or disable TimeSlice features as well as upload TimeSlice job files which are then accessible via the Internet.

Completly freeware.
<<less
Download (297KB)
Added: 2006-10-06 License: Freeware Price:
1113 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5