[CLOSEDATABASE db=FileName]
numero = 197WebDNA automatically closes databases when it needs more memory, so you typically do not need to use this tag.
Adding 'commit=F' will cause the specified database file to be closed but not written to disk, so any unsaved changes will be lost
Putting [closedatabase db=name.db] in your template causes the specified database file (or full path) to be written and closed. This is only needed for special cases (usually before appending to a file) where you need to change a file perhaps cached in RAM.WebDNA automatically closes databases when it needs more memory, so you typically do not need to use this tag.
Adding 'commit=F' will cause the specified database file to be closed but not written to disk, so any unsaved changes will be lost
DOWNLOAD WEBDNA NOW!
A list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
Download WebDNA ApplicationsWebDNA applications...
F.A.QA compilation of some user's questions...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
...
[clearlineitems]Remove all line items from the specified shopping cart...
[referrer]Displays the URL of the referring page...
[copyfile]Copy a file with the content you want on your webspace...
[url][url]...
[table][table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...