Hi,
I would like to know, if I make a redirect before I close my recordset will it be close or let open? Is the processing of the page stopped when I do my redirection?
Ex:
IF GetUser.RecordCount > 0 then
Session("User_ID"
= GetUser("Usager_ID"
Session("Group_ID"
= GetUser("Parent_ID"
ELSE
Response.Redirect "index.asp?error=1"
END IF
GetUser.Close
SET GetUser = nothing
objConn.Close
SET objConn = nothing
Thank you,
patrice beauvais
I would like to know, if I make a redirect before I close my recordset will it be close or let open? Is the processing of the page stopped when I do my redirection?
Ex:
IF GetUser.RecordCount > 0 then
Session("User_ID"
Session("Group_ID"
ELSE
Response.Redirect "index.asp?error=1"
END IF
GetUser.Close
SET GetUser = nothing
objConn.Close
SET objConn = nothing
Thank you,
patrice beauvais