Subject echo resultin sql
Author Darren
I have been struggling to echo out the resulting sql to what it is
inserting how do i echo out the sql string.

$this->insertNewItem is a prepared sql statement and obviously i am
passing values in the the statement below.

ibase_execute($this->insertNewItem, $this->getInventoryNo($csvLine[0]),
$this->branchNo, $csvLine[114], $csvLine[115]);

when i try to echo $this->insertNewItem gives me resource id 25 this has
been bugging me sometime time now :(