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!
A compilation of some user's questions...
[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...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
[CLOSEDATABASE db=FileName]...
[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...
[renamefile]Rename a file in your webspace...
[interpret]Interprets the enclosed [xxx] values using the WebDNA interpreter...
[setmimeheader]Causes WebDNA to add a new MIME header to the outgoing HTML...
[copyfile]Copy a file with the content you want on your webspace...