Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Closes a connection to a MUMPS database. Must only be called when the connection is open.

Arguments

None.

Example

CFML
<!--- open a connection to MUMPS --->
<cfset mumps = createObject("component", "lib.cfmumps.mumps").open()>
<!--- close it again --->
<cfset mumps.close()>



 

  • No labels