Products and Services
 
Loading ...
 
I've forgotten my password.
  User ID or Email Address:
  Password:
      to    
    check my account
    read my email
    anti-spam
    usage report
    sign up for a new user

Please enter your Username and Password before clicking the above links.
        <=      <  1  2   Database Features

Besides full SQL support and reusability (database specifications separated from the code to make it portable across platform), there are many other features that are unique to the BEE platform, such as an automatic display paging mechanism for long query result, and a database "action" system that query and/or update the data based on the submitted form and some environmental variables.

To see an example in action, please try it out.  More details can be found from the the Database access section in the BEE User Guide.

For advanced usage of the BEE database operation, please go to the database command section in the BEE Reference manual.  There is also a dedicated section for the Database Operation.

At the moment, BEE supports:

  • BEE VirtualBase (flat file or CSV)
  • MySQL
  • ODBC
  • Microsoft SQL Server
  • Oracle 8
  • mSQL 
  • Sybase
  • InterBase
  • PostgreSQL

BEE is an object-oriented language.  There is a Database Object in the Common library that you can include (include "common/dbobj.bs";).  The Database Object makes the database operation even more transparent and becomes an extendedpart of the BEE language.

Back   


Print     <=      <  1  2  
Read my email