PureBasic - Database

Overview

The database library is an easy set of commands to access any database type (Oracle, MySQL, Access, etc..) using the common ODBC API. The library is based on SQL queries to get/set data in a Database, so it could be interesting to have a quick look to a SQL description document if needed.

Command Index

CloseDatabase
DatabaseColumnName
DatabaseColumnType
DatabaseColumns
DatabaseDriverDescription
DatabaseDriverName
DatabaseQuery
ExamineDatabaseDrivers
FirstDatabaseRow
GetDatabaseFloat
GetDatabaseLong
GetDatabaseString
InitDatabase
NextDatabaseDriver
NextDatabaseRow
OpenDatabase
OpenDatabaseRequester
PreviousDatabaseRow
UseDatabase

Supported OS

Windows

Reference Manual - Index