I am storing user name into a cookie, at login time, later on when I tried to store that cookie in to database, where user name is numeric, the error I receive is that "Type Mismatch", I even tried by CInt function of
VB script but dosent work.
------------------------------------
i.e. "objRS("EmpID") = request.cookies("empid")"
------------------------------------
Can anyone help me out?
Thanks in advance.