Hi," kdb+ Tutorial in Chinese" , the first kdb+/q guide book in Chinese
for kdb+ beginners , is now available at https://kdbcn.github.io and
https://kdbcn.gitee.io.Regards,Richard Z.
I've written the code "a:123;f:{x+2*y}" and saved as t1.q (follow
theexample from
https://code.kx.com/trac/wiki/Reference/SystemCommands#_scriptname-hideqcode)
. When I try to create locked script t1.q_ , I got a error: `can't_
.q)\_ t1.q / create lo...
Hi, When trying to connect to a 32bit KDB+ database (q v2.6) using
theMatlab's KX Datafeed(V3.5 (R2010a)). I keep getting the
followingerror:>> q=kx('127.0.0.1',5001)??? Undefined function or method
'c' for input arguments of type'char'.Error in ==> ...
Interfacing with Kdb+ from C(
https://code.kx.com/trac/wiki/Cookbook/InterfacingWithC) says: ... The k
function is used to send messages over theconnection. If a positive
handle is used then the call is synchronousotherwise it is an
asynchronous call...
Thanks.On Mar 6, 11:39�am, Attila Vrabecz wrote:> That is only for
paying customers> � �Attila>> On 6 Mar 2011, at 02:49, Richard Zwz
wrote:>>>> > I've written the code "a:123;f:{x+2*y}" and saved as t1.q
(follow the> > example from
�https://code.kx....
thanks, this revision of jdbc.jar works fine.On 5月4日, 上午11时48分, Charles
Skelton wrote:> there's a conflict of namespaces>> pls try this revision
of jdbc.jar>>
https://code.kx.com/trac/browser/kx/kdb%2B/c/jdbc.jar?rev=377>>>>>> On
Tue, May 4, 2010 at ...
Thanks!On Feb 8, 12:51�am, Tim Rieder wrote:> If you want to *update
*just one column or one column based on others, you> can map the columns
you'd like to modify in with get, change it/them and> then flush back to
disk set. When *deleting *data you ...