This is now fixed, thank you.
It includes all references to ~user.
The fix will take effect after updating data/jdb addon
in Package Manager to version 1.0.2.
> From: Alex Rufon <[EMAIL PROTECTED]>
>
> While following the example page for the JDB's Northwind database in
> I hit the following snag:
> load 'data/jdb'
> load 'data/jdb/northwind'
> db_demo ''
> load 'csv ~user/jdb/jdb.ijs'
> |file name error: script
> | 0!:0 y[4!:55<'y'
>
> This can be easily fixed by editing northwind.ijs in right about here:
> NB. =========================================================
> NB. Smoke Test: db_demo '' or run by line: Ctrl+E
> db_demo=: (showx;._2) bind (0 : 0)
> NB. load 'csv ~user/jdb/jdb.ijs'
> load 'csv data/jdb'
...
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm