SET NOCOUNT ON -- declare vars DECLARE @course_id varchar(100) -- declare cursor for list of courses to scan DECLARE CID_cr CURSOR FOR select distinct course_id from COURSE_ROSTER where COURSE_ID like ...
I don't want to reinvent the wheel here. Does anyone know of a free or somewhat cheap data grid/view component that works on ASP (not ASP.NET) that favors server side cursors? I have large record sets ...