Has someone an example for this:
(tcl-style code, I'm deeply stuck in TCL at the moment, I'm sorry ;)
set sql_statement "select blob_column,id from table for update"
execute $sql_statement
foreach $row in $sql_statement {
do_a_regular_expression_replacing on $row's $blob_column
save $blob_column
}
I'm on Oracle.
Does it work on DBI?
cheers Dirk
