Hi Peter, Thank you for your reply. I already can access file using code
>>> from ZODB import FileStorage, DB >>> storage = FileStorage.FileStorage('mydatabase.fs') >>> db = DB(storage) >>> connection = db.open() >>> root = connection.root() But this is the point where my konwledge ends since I`m not a Python programmer. I don`t know what is the structure of ZODB, I`m just looking for code, or some tool, which I can use to export data from Data.ts file to plain text file. I`m looking for easiest way to export data from ZODB and put it to MySQL later. Do you know what way I should choose? I have to know Python language to finish this task? -- Lukasz -- http://mail.python.org/mailman/listinfo/python-list