Hi,
I have an insert statement in an asp page that works fine on one server. Basically the statement traps various details and username.
I had to move the site to a new server and unfortunately its not trapping the username for me.
strSQL="INSERT INTO TBLCART (USERNAME,
VALUES ('" & Request.ServerVariables("LOGON_USER") & "',
Any ideas