Download List

Project Description

DaDaBIK is a PHP application that allows you to
easily create a highly customizable Web interface
for a database in order to search, insert, update,
and delete records; all you need do is specify a
few configuration parameters. MySQL, PostgreSQL,
Oracle, and MS SQL Server are supported. It is
available in several languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-03-11 02:12
3.0 beta

All of the code (5000+ lines) has been revisited and in some part rewritten. The primary-foreign key feature is now complete: it is possible to link a field of a table (foreign key) to a number of fields of another table (containing the primary key).This allows you to use a normalized database design. The speed of managing a database with a large number of tables is now dramatically increased. "Export to CSV" has been added. All of the HTML can be handle by the CSS file. You can order by either ascending or descending.
Tags: Major feature enhancements

2003-03-12 13:54
2.2.1

When a record containing a file field was updated without uploading a file, the record no longer loses the link with the old file. When a user performs a search in a table containing a file field the browse button is no longer displayed. Field names of the 'where' clause in updates are now back quoted. The Dutch version no longer produces a parse error. New features include the ability to delete a previously uploaded file. When two files with the same name are uploaded, a new name is now assigned automatically. It can now also accept all files uploaded. If magic_quotes_gpc=off, it will stop and display an error.
Tags: Minor feature enhancements

2002-11-10 00:18
2.2.1 beta

The bug that caused the loss of the correct search
results when the user clicked on a page number
(which was supposed to be fixed in the previous
release) is now completely fixed. The version of
the MySQL server is now correctly checked, which
fixes the "Your database is empty" bug (which was
also supposed to be fixed in the previous
release). A known bugs document is now available.
Tags: Major bugfixes

2002-10-23 15:35
2.2 beta

Support for uploading images and other files is now available. The bug that caused the order of the results to be lost has been fixed, along with a problem with the correct search results being lost, and a bug that prevented the internal table manager from working correctly when the result order was changed. The version of the MySQL server is now checked, fixing the "Your database is empty" bug. The numeric type now also accepts float and other numeric types.
Tags: Major feature enhancements

2002-08-01 13:22
2.1b beta

In this release, a bug where Web and email fields weren't displayed correctly has been fixed.
Tags: Minor bugfixes

Project Resources