---Zack Brannigan wrote: > Is the C code for the sqlite interface available? I've > searched everywhere, but it's either closely guarded or no > one has a real need for it. I would like to look at it for > two reasons: > 1) the sqlite interface does not work on the 64-bit version > of J for linux - the .so was probably compiled just for 32 > bits -- and I would like to recompile it
Hopefully I'm not misunderstanding but the precompiled shared library sqlite-3.5.9.so.gz was downloaded from <http://www.sqlite.org/download.html> It seems to me that the source is also downloadable from that page, and there are also links to the CVS repository? The J interface to the api in the libraries is specified in jpath '~addons/data/sqlite/def.ijs' Does that help? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
