[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!
BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Tips and TricksA list of user-submitted tips ...
F.A.QA compilation of some user's questions...
WebDNA ModulesA list of the currently available modules...
WebDNA reference...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Copy a folder and all its contenton your webspace...
[sendmail]There is hardly a website that doesn't at some point need to send an email...
[random]will display a random number...
[SQLresult]...
[username]Using [password] and [username] is an easy was to show the browser login dialog box...
[encrypt][encrypt] and [decrypt] allow you to store sensitive data in your databases without risk of exposing it to prying eyes...