numero = 186
[lookup db=databasePath&[!][/!]value=searchValue&[!][/!]lookInField=searchField&[!][/!]returnField=fieldName&[!][/!]notFound=TextIfNotFound]
There is no need to close this tag: it will be directly replaced by the result
Using [lookup] in your template performs an extremely fast search through the specified database and returns either the value of the returnField in the found record, or the literal text of the notFound value. The search is a case-sensitive, exact match, so "Grant" does not equal "grant." If you want more control over the search criteria, use a [search] context instead.You can specifiy a WebDNA table, in place of a db file.For example: [Lookup table=TableName&...].
[lookup] is about 40 times faster than [search]. Using several [lookup] to recover data from your bases might be faster than a single [search]
[lookup db=databasePath&[!]
[/!]value=searchValue&[!]
[/!]lookInField=searchField&[!]
[/!]returnField=fieldName&[!]
[/!]notFound=TextIfNotFound]
There is no need to close this tag: it will be directly replaced by the result
You can specifiy a WebDNA table, in place of a db file.
For example: [Lookup table=TableName&...].
[lookup] is about 40 times faster than [search]. Using several [lookup] to recover data from your bases might be faster than a single [search]
DOWNLOAD WEBDNA NOW!
This Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA ModulesA list of the currently available modules...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA reference...
Tips and TricksA list of user-submitted tips ...
[url]...
[append][append db=base...
[encrypt][encrypt] and [decrypt] allow you to store sensitive data in your databases without risk of exposing it to prying eyes...
[sendmail]There is hardly a website that doesn't at some point need to send an email...
Implement BioTypeHere is the JavaScript code that captures the keystroke dynamics of a demo user and how to make WebDNA analyze it...
[copyfolder]Copy a folder and all its contenton your webspace...