Main Content

close

Close Haver Analytics database

Syntax

close(c)

Arguments

c

Haver Analytics® connection object created with haver.

Description

close(c) closes the connection to the Haver Analytics database.

Examples

Establish a connection to a Haver Analytics database:

c = haver('d:\work\haver\data\haverd.dat')

Close the connection:

close(c)

Version History

Introduced in R2007a