From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Robinson (AU)" To: 'Celia McInnis' , "'sourcenav@sources.redhat.com'" Subject: RE: reading databases from perl? Date: Mon, 09 Jul 2001 15:44:00 -0000 Message-id: X-SW-Source: 2001-q3/msg00037.html Hello Celia I have been reading the SN database externally, but not with perl. I previously did some hacking using dbdump, which is distributed with SN. At present I am trying to build a PHP extension module to read the database. Apparently you can also access the database using tcl; SN is mostly written in TCL. The database format is berkeley DB 1.85 (a very old format) which can be found at http://www.sleepycat.com/ . Perhaps you could build the static database library, link it into a shared library, then access it using perl. Regards David Robinson -----Original Message----- From: Celia McInnis [ mailto:mcinnisc@omnisig.com ] Sent: Sunday, 8 July 2001 14:28 To: Source Navigator Subject: reading databases from perl? Can anyone tell me how I can read the source-navigator databases from perl? Thanks, Celia McInnis