[Mono-list] Tree data storage on BerkeleyDB

Everaldo Canuto everaldo.canuto@bol.com.br
Fri, 20 Sep 2002 13:20:04 -0300


>
>
>A single call to retrieve every '/LOCAL_SOFTWARE/MegaCoolProject/*' will
>give you all your keys.
>
Theres no function to retrive multiple key. A alternative is create that 
function, that function position on first key and retrieve data while 
key like '/LOCAL_SOFTWARE/MegaCoolProject/' but BerkeleyDB not organize 
key in order.
I did not find functions to make this. 

Everaldo Canuto