stock
sqlite_TableExists
Syntax
stock bool:sqlite_TableExists(Handle:db, const table[])
Description
This function can be used to find out if a table in a Sqlite database exists.
(updated for newer API)
stock
stock bool:sqlite_TableExists(Handle:db, const table[])
This function can be used to find out if a table in a Sqlite database exists.
(updated for newer API)