From: Yaroslav S. <ya...@gm...> - 2010-11-17 11:35:10
|
Hi, Dmitry, What cache are you talking about? Can you please describe your case? - If you want to ensure changes are flushed to the stream, you can use Dbf.flush() method. - If your table could be changed externally, then a proper locking stuff should be used, which isn't implemented in Dbfpy. But you can try to re-open your table. Only header is re-read when you open an existing table, so it isn't too slow. -- Best regards, Jaroslavs On 17.11.2010, at 07:32, Косолапов Дмитрий wrote: > Hi! > How to disable or reset cache? > -- > С уважением, Дмитрий. > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating > great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > Dbfpy-users mailing list > Dbf...@li... > https://lists.sourceforge.net/lists/listinfo/dbfpy-users |