dbi_close
Syntax
native dbi_close(&Sql:_sql);
Description
Closes a database handle. Internally, it will also mark the handle as free, so this particular handle may be re-used in the future to save time.
native dbi_close(&Sql:_sql);
Closes a database handle. Internally, it will also mark the handle as free, so this particular handle may be re-used in the future to save time.