Hi Community, I was setting up odbc in my window computer following the
article https://code.kx.com/q/interfaces/q-client-for-odbc/ but I'm
getting an error. This is how my q directory looks like:
kc.licodbc.dllodbc.kq.k w64 And I'm getting this erro...
Hi Community, I have a dictionary of tables, so I want to convert them
into functional queries but when I try to build it, it retrieves a type
issue, Do you know if it is possible? Attached pic! Thanks, Richard
Hi Community, I am trying to create a REST API that would have 2
method(get and post), and It would be initially an empty table tab:([]
a:`$(); b:"i"$()) that would be filled out eventually. So I would be
using .Q.hg(get) and .Q.hp(post) for it, my e...
Hi David, Thanks for your kindly reply. I want to use functional query,
because I have in each table a field(time-date) to be converted into
timestamp. So, instead of using something like this: update
"p"$datefield from dictionary[`table1] update "p"...
Hi Leah, Thanks for your kindly reply. So, I'm trying to do this in a
window environment btw, after making sure that my openssl files are in
Path. Tried to run q -u 1 -E 1 -p 5000 but it didn't work. For windows,
is something else missing? Thanks, Ri...