|
I have a question about the best way to validate
information on reads/writes to the db. For example, I'd like to make sure
that data that is written out during a particular commit (by calculating a hash
of data written, perhaps) can be verified again when the database is re-opened
at a later date (possibly calculating the hash again and then checking this
against the previous hash). What do you recommend to be the best way to do
something like this? Should I override DataWrite/DataRead methods of
c4_FileStrategy to calculate hashes on read and write operations?
Any help would be greatly appreciated. Thanks Chris Mollis |
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
