Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Closes the database.

Arguments

None

Return Value

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

Example

Code Block
languagejs
titleCFScript
linenumberstrue
glob = createObject("component", "lib.cfmumps.global");
glob.open("VA", [200]);
glob.close(); 

...