This component allows you to access the following database management systems :
Note: Both PostgreSQL and MySql are client/server databases, which means that the connection is made to a server process. Sqlite is a file or memory based database, so there is no server process to connect to. This means that the user needs to include a fully qualified path to the database file if it is not in the working directory, or set the environment variable GAMBAS_SQLITE_DBHOME
to the folder acting as the central location for sqlite database files.
Classes | |
---|---|
Connection DB Result Table |