kx.insert - Write data to Kx Systems®, Inc. kdb+ databases

Syntax

insert(K,Tablename,Data)

Arguments

K

The Kx Systems, Inc. kdb+ connection object created with the kx function.

Tablename

The name of the Kx Systems, Inc. kdb+ Tablename.

Data

The data that is written to the Kx Systems, Inc. kdb+ Tablename.

Description

insert(K,Tablename,Data) writes the data, DATA, to the Kx Systems, Inc. kdb+ table, Tablename.

Examples

For the connection to the Kx Systems, Inc. kdb+ database,K, write data from ACME to the specified table:

insert(K,'trade',{'`ACME',133.51,250,6.4,'2006.10.24'})

See Also

kx.close, kx.fetch, kx.get, kx.tables

  


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