Hi, I'm just wondering if there is anyway in H2 to permanently delete (purge) data from a table so that it is not possible to recover it.
The way i achieve this at the moment is to set the value's in each column of each row to a default value such as 0 for integers or "" for varchars before i call the truncate or delete commands. However when the table contains blobs, the blobs are stored as files as far as i'm aware but i do not think its possible to "clear" the blob or overwrite its data by simply setting it to null is it? Thanks, Will -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-database@googlegroups.com. To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.