- or download this
my $inventoryInsert=...;
my $inventoryUpdate=...;
...
}
}
$db->commit;
- or download this
Cannot insert the value NULL into column 'columnname', table 'tablenam
+e'; column does not allow nulls. UPDATE fails.
- or download this
eval{
$db->do($inventoryInsert.$statement);
...
}
}
$db->commit;