Subject | Getting stored procedure to obtain timestamp |
---|---|
Author | Richard |
Post date | 2005-09-11T18:09:05Z |
Hi,
I have a stored procedure that updates a user record, and it works fine.
I have a field in the user database that is called LastUpdated. What
syntax would I use in the stored procedure, to get "it" to update the
LastUpdated field in the users table, as opposed to me passing the
LastUpdated time as a parameter?
Thanks in advance
--
Richard
I have a stored procedure that updates a user record, and it works fine.
I have a field in the user database that is called LastUpdated. What
syntax would I use in the stored procedure, to get "it" to update the
LastUpdated field in the users table, as opposed to me passing the
LastUpdated time as a parameter?
Thanks in advance
--
Richard