Subversion Repositories DevTools

Rev

Rev 5018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5018 Rev 5019
Line 50... Line 50...
50
    End If
50
    End If
51
rsQry.Close
51
rsQry.Close
52
Set rsQry = Nothing
52
Set rsQry = Nothing
53
 
53
 
54
' Basic Header
54
' Basic Header
-
 
55
'   iTotalRecords = total records without any filtering/limits
-
 
56
'   iTotalDisplayRecords = filtered result count
-
 
57
 
55
oJSON.data("sEcho") = CInt(Request.QueryString("sEcho"))
58
oJSON.data("sEcho") = CInt(Request.QueryString("sEcho"))
56
oJSON.data("iTotalRecords") = MaxCount
59
oJSON.data("iTotalRecords") = MaxCount
57
oJSON.data("iTotalDisplayRecords") = MaxCount
60
oJSON.data("iTotalDisplayRecords") = MaxCount
58
 
61
 
59
' Assist in debug
62
' Assist in debug