I guess the problem was in WHERE ID=$ID_read. Using the following is okay:
my $sth = $dbh->prepare( 'update Data set Tag1=?, Tag2=? where ID=?' ); $sth->execute(StandardizeString($Tag1),StandardizeString($Tag2), $ID +_read);
In reply to Re: Update Sqlite References
by Anonymous Monk
in thread Update Sqlite References
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |