Hi All,When i try to save(splay) data to disk and load it back in separatesession, its not working for me. Could someone please help me?q) n:10000000; /increase n to increase the table sizeq) t:(id:til n; c1:n?1000j; c2:n?1000j; c3:n?1000j; c4:n?1000j); /generate the test table tq) `:d:/qdata/t/ set t; / ******* this is not working for me******Also please let me know how i can load this data again in a separatesession to update it and save back in discThanks in Advance,
> q) ?`:d:/qdata/t/ set t; ? / ******* this is not working for me******what happens?
Hi, Pravin!Are you sure you1. Running it against local (or at least windows) instance2. have writable d: drive there :)Works like a charm, but will try to write to the box instance isrunning on, of course.To load in another instanceq) t:get :d:/qdata/t/q) tOn Jun 9, 12:35?am, Pravin <pravin198...> wrote:> Hi All,>> When i try to save(splay) data ?to disk and load it back in separate> session, its not working for me. Could someone please help me?>> q) ?n:10000000; ? /increase n to increase the table size> q) ?t:([]id:til n; c1:n?1000j; c2:n?1000j; c3:n?1000j; c4:n?> 1000j); ?/> generate the test table t> q) ?
:d:/qdata/t/ set t; ? / *this is not working for me >> Also please let me know how i can load this data again in a separate> session to update it and save back in disc>> Thanks in Advance,</pravin198…>