[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!
...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
A powerful feature to connect to a TCP port of another computer on the Internet...
[shownext][shownext] is a special context used to create links (or more accurately...
[getmimeheader]Displays a specific MIME header...
[capitalize]Capitalizes the first letter of all words in a sentence...
[unurl]Changes text from URL-compatible characters to plain text...
[xmlnode]...