Hello.
Hopefully I dont come off sounding like a fool :)
I am using Visual Studio 2010, with demo version of telerik asp.net to see if I can make this work with FireBird DB
Basically what I want to do is have the grid work with firebird for huge datasets.
With Paging ASP is creating the limit queries to return only a subsset of data for that particular page in the grid honoring the current sorted colums, etc.
How can I do this in firebird ?
I am hoping I can use an event to generate the select sql based on the current columns chosen to sort by and get back the page the client is requesting etc..
I hope this makes sense what I am asking :)
Hopefully I dont come off sounding like a fool :)
I am using Visual Studio 2010, with demo version of telerik asp.net to see if I can make this work with FireBird DB
Basically what I want to do is have the grid work with firebird for huge datasets.
With Paging ASP is creating the limit queries to return only a subsset of data for that particular page in the grid honoring the current sorted colums, etc.
How can I do this in firebird ?
I am hoping I can use an event to generate the select sql based on the current columns chosen to sort by and get back the page the client is requesting etc..
I hope this makes sense what I am asking :)