VarName | Name of variable in the globals table. |
Check About Configuration for Database Use for info about how to set up Gen for using database-related commands.
The code will (1) create a variable, (2) show that it can be found in the table, (3) unset it, (4) show that it can no longer be found.
% SetDbGlobal MyUnsetVariable 123
123
% puts "[QQ [SqlCountStatement globals {desc 'MyUnsetVariable'}]]"
1
% UnsetDbGlobal MyUnsetVariable
% puts "[QQ [SqlCountStatement globals {desc 'MyUnsetVariable'}]]"
0