close

Close connections to Kx Systems, Inc. kdb+ databases

Syntax

close(k)

Arguments

k

Kx Systems®, Inc. kdb+ connection object created with kx.

Description

close(k) closes the connection to the Kx Systems, Inc. kdb+ database.

Examples

Close the connection, k, to the Kx Systems, Inc. kdb+ database:

close(k) 

See Also

Introduced in R2007a