I know how to set a DSN conn to DB.
But what I ignore is how to set it in global.asa and then call it in my page...
Can you help me in do this?
(Please forgive my not very good english...)
1)I want add a Session_OnEnd event in global.asa in order to write in the UserTable of my DB the date of the last session of every user...
I set a variable in global.asa in this way...
Sub Session_OnEnd
FINE=now()
End Sub
Now I have to write the value of FINE in the record in my DB...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.