stock

SQL_MakeStdTuple

Syntax

stock Handle:SQL_MakeStdTuple(timeout = 0)

Description

Use this for making a standard DB Tuple, using AMXX's database info cvars.

Parameters

timeout Specifies how long connections should wait before giving up.
If 0, the value is read from "amx_sql_timeout" cvar.

Return

A newly created tuple handle to be used in connection routines.