September 2005
Intermediate to advanced
408 pages
16h 20m
English
DBput() — Stores a value in the AstDB
DBput(family/key=value)
Stores the given value in the
corresponding family and
key in the AstDB.
Always returns 0.
; put an entry in the AstDB
exten => 123,1,DBput(test/color=blue)