Db get mem handle

From SA-MP Wiki

Jump to: navigation, search

db_get_mem_handle

This function was added in SA-MP 0.3.7 R1 and will not work in earlier versions!


Description:

Get memory handle for an SQLite database that was opened with db_open.


Parameters:
(DB:db)
DB:dbThe index of the database connection (returned by db_open).


Return Values:

Returns the memory handle for a specified database.


Related Functions

The following functions may be useful, as they are related to this function in one way or another.


  • db_open: Open a connection to an SQLite database
  • db_close: Close the connection to an SQLite database
  • db_field_name: Returns the name of a field at a particular index
  • db_get_field: Get content of field with specified ID from current result row
  • db_get_field_int: Get content of field as an integer with specified ID from current result row
  • db_get_field_float: Get content of field as a float with specified ID from current result row
  • db_get_mem_handle: Get memory handle for an SQLite database that was opened with db_open.