factset.isconnection

Verify whether connections to FactSet® data servers are valid

Syntax

x = isconnection(Connect)

Arguments

Connect

FactSet connection object created with the factset function.

Description

x = isconnection(Connect) returns x = 1 if the connection to the FactSet data server is valid, and x = 0 otherwise.

Examples

Establish a connection, c, to a FactSet data server:

c = factset

Verify that c is a valid connection:

x = isconnection(c);
x = 1

See Also

factset.close, factset.fetch, factset, factset.get

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS