22.4.0 Component gb.db

This component allows you to access various database management systems (DBMS). These include:

The component has the following classes, which are presented in the following sections:

BLOB

Figure 22.4.0.1: Display of DB data (DB data type BLOB)

Hint


The DB component gb.db creates an intermediate layer between the specific database server or the SQLite library and the Gambas programme, so that you can always use the same code - regardless of which database backend you choose!

However, this only works if:

If you don't need the database independence, then you can do whatever you want! Well - let's do that then!