Datafeed toolbox - Can not connect to KDB

1 view (last 30 days)
I'm unable to connect to a remote KDB DB. Unfortunately the error message is not really helpful. I have added the KX distributed jdbc.jar as a dynamic java path and temporarily removed all other DB drivers that could interrupt.
>> k = kx(ip,5002) Undefined function 'c' for input arguments of type 'char'.
Error in C:\Program Files\MATLAB\R2012a\toolbox\datafeed\datafeed\@kx\kx.p>kx (line 51)

Accepted Answer

Traxx
Traxx on 27 Aug 2013
Found the solution, the "most common" driver has a namespace issue. So this is the one working with R2012a (and probably later versions).
https://code.kx.com/trac/browser/kx/kdb%2B/c/jdbc.jar?rev=377

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!