Database_Exists accepts one parameter, a -Database string naming a database to find. If the database exists, TRUE is returned. Otherwise, the tag returns FALSE.
Parameters
-Database
string, required
The name of the database to find
Sample Usage
If: (Database_Exists: 'elusive_db');
Output: 'The database was found.';
Else;
Output: 'The database was not found.';
/If;
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.