Hi Chris/Oleg, I'm in the process of making a .NET data provider for JDB. So I added ~addon/data/jdb/jdb to my Source in the Project manager and compiled it. It automatically added the following: ~system\main\pack ~system\main\jmf
While testing, everything was going well until I got to the point were I don't load my profile anymore (you can simulate by running J with -jprofile parameter). It started failing with a 'filename error'. Further investigation shows that jdb has the following on top of its script. script_z_ '~system/main/debug.ijs' script_z_ '~system/main/dll.ijs' script_z_ '~system/main/files.ijs' script_z_ '~system/main/jmf.ijs' script_z_ '~system/main/libpath.ijs' script_z_ '~system/main/pack.ijs' script_z_ '~system/main/strings.ijs' If you run J with the -jprofile parameter and tries to load the project, you'll get this: 0!:0 <'d:\projects\smarteoe\bin\eoe.ijs' |file name error: script_z_ | 0!:0 y[4!:55<'y' I am tempted to modify my local copy of JDB but I abhor to do so because its means I'll go out of sync with the JAL. What do you guys suggest I do? Thanks. r/Alex -- "The right questions are more important than the right answers to the wrong questions." -Dr. John Romagna ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
