[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 compilation of some user's questions...
Download WebDNA ApplicationsWebDNA applications...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
[writefile] functions allows you to perform a wide variety of tasks...
[switch]Executes the WebDNA inside the only [case] context which matches the given value...
[exclusivelock]Prevents other threads from simultaneously accessing a group of databases...
triggersTriggers provide a mechanism for doing something on a regular timed basis...
[uppercase]Changes all lower case letters to upper case...
[copyfile]Copy a file with the content you want on your webspace...