Click to See Complete Forum and Search --> : to fill this column last modified user info in the database.


saru0516@yahoo.com
March 7th, 2006, 09:45 AM
I have a pc of code that has been suggested to use.
but unsure what that pc of code does and how would i use it to write to the database. Just fYI, i am writing to other fields in the database. Just this field last modified i do not have a clue. Please provide me with any samples. thanks/Saru

oops! i almost forgot to include this below:

What is the best way to use this code and fill last modified column in the db field.

LCase(Replace(Request.ServerVariables("AUTH_USER"), "WLT\", ""))

HairyMonkeyMan
March 7th, 2006, 11:08 AM
That piece of code just returns a string..

If the server variable AUTH_USER has a value, it will return the lower case version of it.. If "WLT\" is part of the variable, it will remove it from the string.

Failing to see how this code can access a database.

saru0516@yahoo.com
March 8th, 2006, 10:08 AM
I am a beginner. I still do not understand that pc of code.
Thanks

HairyMonkeyMan
March 8th, 2006, 10:10 AM
Have you got any programming experience?