Technical References - [closedatabase]

[CLOSEDATABASE db=FileName]

numero = 197
interpreted = N
texte = 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

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!

Top Articles:

Download WebDNA Applications

WebDNA applications...

F.A.Q

A compilation of some user's questions...

WebDNA Modules

A list of the currently available modules...

Tips and Tricks

A list of user-submitted tips ...

WebDNA Libraries

A list of available libraries for WebDNA...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[cookie]

Cookies are a great way to remember visitors...

[appendfile]

Writes text to the end of an existing file...

[return]

Explicitly identify what text is returned from a function call...

[delete]

[delete db=some...

[hideif]

[HideIf Comparison]Hide This HTML[/HideIf]...

[findstring]

[FindString Source=...