in reply to Win32::ODBC Numeric Update

Can you give a few more details?

As a side note, you could be using DBD::ODBC instead -- one huge advantage is it's (DBI's) use of placeholders:
$dbh->do("UPDATE USERACCOUNT set TIME = ? WHERE USERNAME = ?", {}, $ +block_time, $name);