Help for this page
# These are the trace level codes # 0 - Trace disabled. ... # 5 As above but with more and more obscure information. DBI->trace(3, "trace.txt");
use DBI qw':sql_types';
$sth->bind_param($bind_col, $data{'terms'}, SQL_LONGVARCHAR);