P
Paul M
Hi
When the results wizaerd creates a recorset what does it call it
For eg I want to set a session variable using the username
Thanks
Paul M
<%
Dim userID
userID= recordset("User_name")
Session("userID")=userID
%>
When the results wizaerd creates a recorset what does it call it
For eg I want to set a session variable using the username
Thanks
Paul M
<%
Dim userID
userID= recordset("User_name")
Session("userID")=userID
%>