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 3 Next »

Closes the database.

Arguments

None

Return Value

Returns a component, which is an instance of lib.cfmumps.global.This facilitates method chaining.

Example

CFScript
glob = createObject("component", "lib.cfmumps.global");
glob.open("VA", [200]);
glob.close(); 
CFML
<cfset glob = createObject("component", "lib.cfmumps.global")>
<cfset glob.open("VA", [200])>
<cfset glob.close()>

 

 

  • No labels