Re: accessing a berkly db file

2007-03-31 Thread Andre Bar'yudin
The data in a Berkeley DB file is application-dependent, so I don't see 
how you can have a generic tool to extract it.  You'll have to write a 
custom tool to do the data extraction.  For a fast and dirty solution 
you might consider Perl/Python...


Micha Feigin wrote:

Does anyone here happen to know of a tool to access a berkly database file?
I'm trying to recover some data to convert it into a mysql database.

Thanks

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


  



--
Andre Bar'yudin
http://www.SoftDynamic.com

begin:vcard
fn:Andre Bar'yudin
n:Bar'yudin;Andre
url:http://www.baryudin.com
version:2.1
end:vcard



accessing a berkly db file

2007-03-30 Thread Micha Feigin
Does anyone here happen to know of a tool to access a berkly database file?
I'm trying to recover some data to convert it into a mysql database.

Thanks

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]