db_string

EveAndersson.com : API Browser : db_string

db_string

db_string statement_name sql [ args... ]
Defined in packages/acs-core/10-database-procs.tcl

Returns the first column of the result of the SQL query $sql. If the query doesn't return a row, returns $default (or raises an error if no $default is provided).

Parameters:
statement_name
sql
[ show source ]

Show another procedure:

eve@eveandersson.com