On 11 April 2002, Erik A. Dahl said:
> I'm totally new to the zope/zodb/zeo thing so this may be a stupid
> question... I'm accessing zope objects in a zeo database from an
> external zeo client.  When I make changes through the zmi I don't see
> them in my external client until a disconnect and reconnect.
Call the sync() method on your Connection object.
        Greg