in reply to Problem Inserting into Sql Server Database
getting rid of the $SQL->execute all together, unless it is a separate command that isn't included in the sample you provided. Regardless if you have to commit a change you need to do it on the correct database handle at some point I would assume.my $rowCount = $insertHandle->commit();
|
|---|