ibWebAdmin is a web-based administration frontend for the Firebird and InterBase database servers. ibWebAdmin enables you to maintain your databases with an ordinary webbrowser as the client if your environment is fulfilling the requirements.
Most database features are supported and most administration tasks are available. By now ibWebAdmin has the functionalities for
- creating, deleting, modifying databases, tables, generators, views, triggers, domains, indices, stored procedures, udf's, exceptions, roles and database users
- performing sql expressions on databases and display the results
- import and export of data through files in the csv format
- browsing through the contents of tables and views, watching them growing while typing in data
- selecting data for deleting and editing while browsing tables
- inserting, deleting, displaying the contents of blob fields
- displaying database metadata, browsing the interbase system tables
- database backup and restore, database maintenance
Some of the features are only available if the database- and the web-server are running on the same machine. The reason is that php have to call the interbase tools (isql, gsec, gstat, etc.) to perform certain actions.
ibWebAdmin and this documentation are © 2000-2005 by
Lutz Brueckner <irie@gmx.de>
Kapellenstr. 1A
22117 Hamburg, Germany
This program is published under the terms of the GNU General Public Licence version 2 (GPL). So you are free to use it free of charge for your purposes wherever you want. Please read the LICENCE file included in the ibWebAdmin distribution for details.