hi guys,
i was wondering how you guys deal with giving the user a per page option with a cgi script using perl and sql server.
When i use perl and postgres i use
select field from table limit $num offset $num
as far as i can tell..i can't find something similiar for sql server...ie an offset for the 'top' attribute in select.
Any ideas/suggestions would be most appreciated
i was wondering how you guys deal with giving the user a per page option with a cgi script using perl and sql server.
When i use perl and postgres i use
select field from table limit $num offset $num
as far as i can tell..i can't find something similiar for sql server...ie an offset for the 'top' attribute in select.
Any ideas/suggestions would be most appreciated