datastream.isconnection

Verify whether connections to Thomson® Datastream® data servers are valid

Syntax

x = isconnection(Connect)

Arguments

ConnectThomson Datastream connection object created with the datastream function.

Description

x = isconnection(Connect) returns x = 1 if the connection is a valid Thomson Datastream connection, and x = 0 otherwise.

Examples

Establish a connection to the Thomson Datastream API:

c = datastream

Verify that c is a valid connection:

x = isconnection(c)
x = 1

See Also

datastream.close, datastream, datastream.fetch, datastream.get

  


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