Thank you for your reply -- you answered my question. I mistakenly believed that the interface was a separate .dll/.so that communicated with the original sqlite .so. All I really needed to concentrate on all along was the def.ijs file!
Thanks :-) -- Zach --- On Mon, 6/9/08, Sherlock, Ric <[EMAIL PROTECTED]> wrote: From: Sherlock, Ric <[EMAIL PROTECTED]> Subject: RE: [Jprogramming] Source code to j/sqlite interface? To: "Programming forum" <[email protected]> Date: Monday, June 9, 2008, 8:48 AM ---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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
