| Contents | Index |
x = isconnection(k)
| k | Kx Systems, Inc. kdb+ connection object created with the kx function. |
x = isconnection(k) returns x = 1 if the connection to the Kx Systems, Inc. kdb+ database is valid, and x = 0 otherwise.
Establish a connection to a Kx Systems, Inc. kdb+ database, k:
k = kx('localhost',5001);
Verify that k is a valid connection:
x = isconnection(k) x = 1
kx | kx.close | kx.fetch | kx.get
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |