Re: [personal kdb+] Matlab to kdb on 64bit ubuntu error: No

hi,

I think you want fetch instead of kx?

i.e

   kdb = kx(‘127.0.0.1’,5001) 

   data = fetch(kdb,‘select from eurjpy where dates >=2011.05.31,dates <2011.06.02’)

thanks,

Charlie

wow! yes, you are correct.

sorry, my bad. i didn’t even see i was calling the wrong method. i’ve used fetch() a 100 times & thought it was something to do w/the jar files

thanks a lot Charlie =)