Technical References - [SQLrelease]

numero = 281
interpreted = N
texte = [SQLrelease result_ref=] [SQLrelease] will close the result set and variable name created by a [SQLexecute] context. The name is freed and available for use again. All SQL result objects are released at the end of template execution anyway, so it is not required to use [SQLrelease]. However, it can come in handy if you wish to iterate several [SQLexecute] contexts, re-using the same result variable name for each SQL execution.
ParametersDescription
conn_ref (or just 'ref')(Required) - The name of the SQLConnect variable you have created via the conn_var (or var) parameter of a [SQLconnect] context you have already successfully executed.
[SQLrelease result_ref=]

[SQLrelease] will close the result set and variable name created by a [SQLexecute] context. The name is freed and available for use again.
All SQL result objects are released at the end of template execution anyway, so it is not required to use [SQLrelease]. However, it can come in handy if you wish to iterate several [SQLexecute] contexts, re-using the same result variable name for each SQL execution.

ParametersDescription
conn_ref (or just 'ref')(Required) - The name of the SQLConnect variable you have created via the conn_var (or var) parameter of a [SQLconnect] context you have already successfully executed.

DOWNLOAD WEBDNA NOW!

Top Articles:

Technical Change History

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

Tips and Tricks

A list of user-submitted tips ...

Download WebDNA Applications

WebDNA applications...

WebDNA Modules

A list of the currently available modules...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

F.A.Q

A compilation of some user's questions...

Related Readings:

[search]

Use the [Search] context with [founditems] to easily retrieve records from your databases...

[referrer]

Displays the URL of the referring page...

[writefile]

[writefile] functions allows you to perform a wide variety of tasks...

[return]

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

[getchars]

Extracts a portion of the text (also known as substring or Mid$)...

[copyfolder]

Copy a folder and all its contenton your webspace...