Skip to content
Niels Liisberg edited this page Jul 1, 2016 · 7 revisions

Welcome to the noxDB wiki!

Getting started:

If you simply want to use noxDB in your RPG program, then the easiest way is to restore the NOXDB library.

1: download noxDB.savf and place it the IBMi IFS as /tmp/noxDB.savf

2: crtsavf qtemp/noxDB

3: **CPYFRMSTMF FROMSTMF('/tmp/noxDB.savf') TOMBR('/QSYS.LIB/QTEMP.LIB/NOXDB.file') MBROPT(REPLACE) CVTDTA(NONE)

4: *RSTLIB SAVLIB(NOXDB) DEV(SAVF) SAVF(QTEMP/NOXDB)

Now take a look at the source file NOXDB/QJXSAMPLE

Here is a site where all the JSON is provided by NOXDB http://sitemule.com/

Clone this wiki locally