Results 1 to 2 of 2

Thread: How to grab user name into the table

  1. #1
    Harish Guest

    How to grab user name into the table


    I want to include the name of the user whom so ever has changed the record.
    I want to insert the name of the user in the column.
    How to grab the name of the user from the action...?

    Thanks,
    Harish

  2. #2
    Scott Thompson Guest

    How to grab user name into the table (reply)


    Create a insert update trigger that inserts SYSTEM_USER into the column.


    ------------
    Harish at 8/21/01 2:22:55 PM


    I want to include the name of the user whom so ever has changed the record.
    I want to insert the name of the user in the column.
    How to grab the name of the user from the action...?

    Thanks,
    Harish

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •