[eluser]A-P[/eluser]
Is there a way to get this driver to work with the pagination library?
So far it is MUCH faster than the mssql driver with 2005, and I'd really like to use it. I'm very new to CI so I could be missing something obvious, but when attempting to use the pagination library, my result records display but I get no pagination links. I've also tried to use a stored procedure to get my result set, but I'm getting this:
A Database Error Occurred
Error Number: 01000
[Microsoft][SQL Server Native Client 10.0][SQL Server]Executing SQL directly; no cursor.
Does this driver force you to use a cursor for some reason?