function NextRecordSet() { if (!@odbtp_next_result($this->_queryID)) { return false; } $this->_inited = false; $this->bind = false; $this->_currentRow = -1; $this->Init(); return true; }
function NextRecordSet($result) { return @odbtp_next_result($result); }