Main Content

close

Close Haver Analytics database

    Syntax

    Description

    example

    close(c) closes a database connection created with the haver or haverdirect function.

    Examples

    collapse all

    Establish a haver connection.

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

    Close the connection.

    close(c)

    Input Arguments

    collapse all

    Haver Analytics connection, specified as a haver or haverdirect connection object.

    Version History

    Introduced in R2007a