We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6644b commit 38e57e9Copy full SHA for 38e57e9
ToolkitApi/Db2supp.php
@@ -156,10 +156,8 @@ protected function setErrorMsg($errorMsg)
156
public function execXMLStoredProcedure($conn, $sql, $bindArray)
157
{
158
// @todo see why error doesn't properly bubble up to top level.
159
- // But added some error handling in ToolkitService.php, ExecuteProgram, looking at error code.
160
$crsr = @db2_prepare($conn, $sql);
161
162
- // if the prepare failed
163
if (!$crsr) {
164
$this->setStmtError();
165
return false;
0 commit comments