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 | ||||||
---|---|---|---|---|---|---|
| ||||||
glob = createObject("component", "lib.cfmumps.global"); glob.open("VA", [200]); glob.close(); |
...