https://learninghub.kx.com/forums/topic/advanced-3-1-check
Does my answer for question 3.1 look right since there isn't a check for it. I'm not sure if my problem is with 3.2 or 3.1.
https://learninghub.kx.com/forums/topic/advanced-3-1-check
Does my answer for question 3.1 look right since there isn't a check for it. I'm not sure if my problem is with 3.2 or 3.1.
Hi @jme76 ,
Your first line is fine, but to load the database on the remote process, you need to use your handle hdbH e.g.
hdbH "code to load data"
Edit to say: You can check it yourself by running
hdbH "tables[]"
Hope this helps!
Laura
Like this?