Opens a connection to a MUMPS database. Must only be called when the connection is closed.
Arguments
None.
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<!--- open a connection to MUMPS --->
<cfset mumps = createObject("component", "lib.cfmumps.mumps").open()>
<!--- close it again --->
<cfset mumps.close()> |