Subject | echo resultin sql |
---|---|
Author | Darren |
Post date | 2005-08-11T05:41:27Z |
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 :(
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 :(