WinBinder Manual/db close database

From wiki.swiftlytilting.com

Closes the currently open database.

Syntax

bool db_close_database(void)

Result

The function returns TRUE if successful or FALSE otherwise.

Example

// Close database
$result = db_close_database();

See also