Welcome Guest, Not a member yet? Register   Sign In
Active record, offset limit with mssql
#8

[eluser]0plus1[/eluser]
I may have found a solution that can be used:

Code:
$this->db->limit($limit, $offset);
$query = $this->db->get('AN_ANAGRAFICA_AZIENDE');
return $query->result();

Somewhere must be used:

$query = mssql_data_seek($query, $offset);

Problem is can this be even used with active record?

Thanks


Messages In This Thread
Active record, offset limit with mssql - by El Forum - 07-09-2009, 07:15 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 07:50 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:00 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:04 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:13 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:18 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:22 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 08:54 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 09:07 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 09:15 AM
Active record, offset limit with mssql - by El Forum - 07-09-2009, 02:32 PM
Active record, offset limit with mssql - by El Forum - 07-13-2009, 06:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB