[delete db=some.db&eqNAMEdata=Fred]
numero = 199if the database has username and password fields, then the records will not be deleted unless the visitor's web browser username/password match the record's username/password.
You can specifiy a WebDNA table, in place of a db file.For example: [delete table=TableName&...].
Putting [delete db=some.db&eqNAMEdata=Fred] in your template opens the some.db database (you can specify a DatabasePath), finds all the records whose NAME field contains "Fred," and deletes those records and exclusively those records. Any valid search parameters are allowed, as defined in the [search] context.if the database has username and password fields, then the records will not be deleted unless the visitor's web browser username/password match the record's username/password.
You can specifiy a WebDNA table, in place of a db file.
For example: [delete table=TableName&...].
DOWNLOAD WEBDNA NOW!
A list of available libraries for WebDNA...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
Tips and TricksA list of user-submitted tips ...
F.A.QA compilation of some user's questions...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
[url]...
[password]Using [password] and [username] is an easy was to show the browser login dialog box...
[xsl]Enables the WebDNA programmer to compile and apply XSL style sheets to XML data...
[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...
[listwords]Breaks a string of text into separate words...
[interpret]Interprets the enclosed [xxx] values using the WebDNA interpreter...