The AROS Archives(anonymous IP: 216.73.216.181,368) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (109)
   o Datatype (15)
   o Demo (64)
   o Development (252)
   o Document (65)
   o Driver (19)
   o Emulation (62)
   o Game (554)
   o Graphics (231)
   o Library (23)
   o Network (65)
   o Office (22)
   o Utility (284)
   o Video (19)

Total files: 1784

Full index file
Recent index file

Part of Aros World Exec
 Readme for:  Office » Database » beebase-multi-1.2-.lha

BeeBase

Description: Programmable relational database w/ GUI
Download: beebase-multi-1.2-.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 10Mb
Version: 1.2
Date: 13 Sep 25
Author: Steffen Gutman
Submitter: amiwell79
Email: planeteu email/gmail com
Homepage: https://sourceforge.net/projects/beebase
Requirements: aros abiv0 i386, x86_64-v11
Category: office/database
Replaces: office/database/beebase-1.1.lha
License: GPL
Distribute: yes
FileID: 3128
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
108  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
BeeBase V1.2
============

BeeBase is a relational, programmable database system
with graphical user interface for Windows, Mac, Linux and Amiga.

BeeBase is open source software distributed under the terms of the
GNU General Public License (GPL).

If you like BeeBase and would like to support it then you are welcome to 
make a donation.  Please visit https://sourceforge.net/projects/beebase 
for more information.


Features
--------

BeeBase is well suited for managing structured data with clear semantics
that can be organized into tables and fields.  It can be regarded as an
application development environment where an application designer creates
the database structure and user interface, and users of the application
enter and process data on a regular basis.

There are numerous applications for BeeBase including managing addresses,
music and movies, photo collections, your family tree, or your income and
expense.  Some users run their entire business using BeeBase from project
planning to creating offers, article and part management, creating bills
and invoices, and tracking their finances.

The strength of BeeBase lies in its graphical user interface and its
programming capabilities.  It allows you to process data in various ways, 
e.g. automatic calculations upon user input, generation of reports,
import and export of data, etc.  For example BeeBase can be used for 
calculating the total amount of income, or the total amount of recorded 
time on a CD, or to automatically create and print serial letters to 
your customers.

BeeBase offers the following features:

* Graphical user interface for defining the database schema and the graphical
  layout for entering and browsing data.

* Admin and user modes.

* Shared access to a project from multiple instances of BeeBase running on
  the same or different computers.

* Fields can be of type string, memo (multi line text), integer, real,
  date, time, Boolean, choice (one item out of many items), reference
  (easy way to reference a record of another table), button (for
  starting BeeBase programs), and virtual (compute value on the fly).

* The string type can also manage lists of strings, files, and fonts.
  A string can refer to an external image which is displayed in the 
  graphical user interface.

* Programmability.  With the easy and powerful BeeBase programming
  language complex tasks can be implemented.  The language also
  includes a SELECT-FROM-WHERE query for easy and fast data retrieval.

* Ordering of records by any combinations of fields.

* Query editor which allows entering and managing of SELECT-FROM-WHERE
  queries.  The queries can be saved and the results can be printed.

* Optional logging of changes (adding, deleting and changing of records)
  into a system log table.

* SQLite3 file format, and import and export facility.

* Full documentation including user and programming manual in HTML
  and PDF.

* Operating system independence.  BeeBase is available for Windows, Mac, 
  Linux and Amiga.  The source code of BeeBase is also available as part 
  of a Source Forge project.

BeeBase is the successor of MUIbase whose development originally started on an
Amiga in the year 1994.


New features since BeeBase 1.1
------------------------------

o New functions MEMOHEAD and MEMOTAIL for obtaining the first and last
  nth lines of a memo text.

o New functions GETCLIP and SETCLIP for accessing the clipboard.

o Support of virtual memo fields.

o Use a calendar popup for date fields in the AskMulti dialog.

o Updated BeeBase to use Qt 6.8.3 on Windows and MacOS, and Qt6 on Linux
  when available.

o On MacOSX and Linux a filename starting with "T:" is automatically 
  replaced with "/tmp".

o New project setting "Max lines per SFWList row" for MorphOS for multi-line 
  rows in virtual list fields.

o Swedish translation including user manual and web pages.

o Lots of other bug fixes.


Steffen Gutmann, 01.08.2025

Copyright © 2005 - 2025 The AROS Archives All Rights Reserved