Main Content

close

Close Money.Net connection

Syntax

Description

example

close(c)closes the Money.Net connectionc.

Examples

collapse all

Create Money.Net connectioncusing a user name and password.

username ='user@company.com'; pwd ='999999'; c = moneynet(username,pwd);

Close the Money.Net connection.

close(c)

Input Arguments

collapse all

Money.Net connection, specified as a connection object created usingmoneynet.

Version History

Introduced in R2016b