dbFree | Multi Theft Auto: Wiki Skip to content

dbFree

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function frees a database query handle. dbFree only needs to be used if a result has not been obtained with dbPoll

OOP Syntax Help! I don't understand this!

Syntax

bool dbFree ( handle queryHandle )
Required Arguments
  • queryHandle: A query handle previously returned from dbQuery

Returns

  • bool: value

Returns true if the handle was successfully freed, false otherwise.

Code Examples

Script Example Missing

Function dbFree needs a script example. Help out by writing one.

Contribution guidelines