Ports Search

Results 761770 of 5,161 for /ports-mgmt/.(0.004 seconds)
databases/ipa_sdb-1.1.1 (Score: 0.006224396)
IPA simple database module
IPA_SDB -- IPA simple database module Main features: - Distribution consists of database ipa_db_sdb(8) module, statistics ipa_st_mod(8) module and ipa_sdb_dump(8) utility; - Modules completely support dynamic and static rules, limits and thresholds; - All database files are stored in own record based database formats; - Formats of database files are machine architecture independent; - Sizes of database records are relatively small (binary data formats); - Access to statistics can be granted accordingly to the user group; - The ipa_sdb_dump(8) utility converts ipa_sdb(5) database files to text representation and back.
databases/isql-viewer-2.1.8 (Score: 0.006224396)
JDBC 2.x compliant database front end
iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database tasks. It includes: * Scripting support using JPython and the IBM BSF framework * A guided query builder for creating simple and complex SQL queries * Enhanced object viewing for images, HTML, and other binary format files * A friendly SQL console for executing SQL statements * Batch processing of SQL files * Database introspection * "Bookmarks" to store SQL commands you commonly use * Import and export to popular file formats such as Microsoft Excel, XML, HTML and ASCII delimited. * Enhanced interface support across platforms iSQL-Viewer is designed to meet the needs of JDBC Driver developers and database developers who work in single or multi-platform environments.
databases/jasperreports-5.5.2 (Score: 0.006224396)
JasperReports is a powerful open source Java reporting tool
JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. It is entirely written in Java and can be used in a variety of Java enabled applications, including J2EE or Web applications, to generate dynamic content. Its main purpose is to help creating page oriented, ready to print documents in a simple and flexible manner. If you need a GUI, please see the port devel/ireport.
databases/oracle8i-8.1.7.1 (Score: 0.006224396)
The JDBC drivers for Oracle 8i
This is a port of the JDBC driver which is used to access Oracle 8i databases using a database-independant API in Java for use with JDK 1.2 and JDK 1.3.
databases/frontbase-2.5.6 (Score: 0.006224396)
The Java JDBC implementation for FrontBase
This is the official implementation of JDBC, the Java Database Connectivity API, for accessing FrontBase databases from Java.
databases/gigabase-3.91 (Score: 0.006224396)
Object-Relational Database Management System
GigaBASE: Object-Relational Database Management System GigaBASE inherits most of the features of FastDB, but uses page pool instead of direct mapping of file on virtual memory. So GigaBASE is able to handle database, which size significantly exceeds size of computer physical memory. Convenient and flexible C++ interface makes development of application for GigaBASE very easy and automatic scheme evaluation simplifies maintenance and modification of the system. GigaBASE merges best features of relational (simple data structure and non-procedural query language) and object-oriented (direct object references, user defined types and methods) databases. GigaBASE is primary oriented on application requiring fast data retrieving by means of indices and direct object references, such as Web Server databases applications. SUBSQL utility can be used for database browsing and inspection, performing online backups, database recovery, importing data to and exporting data from database. GigaBASE will perform automatic recovery after system or application crash, you should not worry about it. The only thing you can have to do manually is stopping all database application if one of them is crashed leaving database blocked.
databases/libdbi-0.9.0 (Score: 0.006224396)
Database Independent Abstraction Layer for C
libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
databases/adodb-4.99.2 (Score: 0.006224396)
Database library for PHP
ADOdb stands for Active Data Objects Data Base. ADOdb is a database abstraction library for PHP. The PHP version currently supports an amazing number of databases, thanks to the wonderful ADOdb community: MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC, ODBTP. The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers are community contributions.
databases/libdbi-drivers-0.9.0 (Score: 0.006224396)
Drivers for libdbi
The libdbi-drivers project maintains drivers for libdbi. Drivers are distributed separately from the library itself.
databases/commons-dbutils-1.6 (Score: 0.006224396)
JDBC helper library
DbUtils is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data.