![]() |
mssql_data_seek in database Library - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: mssql_data_seek in database Library (/showthread.php?tid=14215) |
mssql_data_seek in database Library - El Forum - 12-23-2008 [eluser]darrenm[/eluser] [EDIT - sorry, should have been in app development forum. my bad] Hi there For reasons I won't bore you with, I need to use mssql_dataseek after my query is run. I've tried using Code: $this->db->call_function('data_seek', $query->result_id, $rowNum); but it doesn't seem to move the pointer. Any ideas? |