Db close

From SA-MP Wiki

Jump to: navigation, search

Db close


This function is used to close a SQLite database that was opened with db_open
Parameters:
(ID)
DB:dbID of the database you wish to close that was opened with db_open


This function does not return a specific value.


public OnGameModeExit( )
{
    db_close(USERDB);
    return 1;
}

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools
In other languages