Hi all,
I am using a pl/sql ref cursor to read a table from a database(oracle 9i) into a Dataset. What I want to do is somehow hash each row in the table and store the digest in a security column at the end of each row. The digest can then be checked to make sure no changes have been made to the data. Is there any way of returning a string representation of a whole row in a dataset so that it an be passed to the hash function or can anyone think of a better way to implement a data integrity check. Thank you
I am using a pl/sql ref cursor to read a table from a database(oracle 9i) into a Dataset. What I want to do is somehow hash each row in the table and store the digest in a security column at the end of each row. The digest can then be checked to make sure no changes have been made to the data. Is there any way of returning a string representation of a whole row in a dataset so that it an be passed to the hash function or can anyone think of a better way to implement a data integrity check. Thank you