What is the best way to access a Pervasive database on another machine?
cheers, Alex.
--
http://mail.python.org/mailman/listinfo/python-list
Is there a generic "tree" module that can enable me to sort and use
trees (and nodes). Basically having methods such as .AddNode(),
.GetAllChildren(), .FindNode() etc.
Is this handled natively with any of the core modules?
cheers, Alex.
--
Poseidon Scientific Instruments Pty Ltd
1/95 Queen Victo
> Would this be for a GUI toolkit or maybe using a standard
> class scheme?
Sorry, yes I should have been more specific. I meant a non-GUI, standard
class scheme. I want to use the scheme to hold a structure in memory and
retrieve/add information to it.
I've had a couple of goes myself but get a