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

« Previous Version 2 Next »

Opens a connection to a MUMPS database. Must only be called when the connection is closed.

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