Results 1 to 3 of 3

Thread: Entries in UPPER in a table

  1. #1
    PFD Guest

    Entries in UPPER in a table


    Is there a way I can have all entries in a table automatically in caps once entered by user, import or any other way ?


    Thanks a lot in advance.

    -PFD

  2. #2
    Sundar Guest

    Entries in UPPER in a table (reply)

    You'd be better off converting the values into caps before the insert takes place. This would elimiate the additional step of doing this after the entry.


    ------------
    PFD at 3/27/01 7:58:48 AM


    Is there a way I can have all entries in a table automatically in caps once entered by user, import or any other way ?


    Thanks a lot in advance.

    -PFD

  3. #3
    MAK Guest

    Entries in UPPER in a table (reply)


    create trigger that converts everything to uppercase when u insert.
    -MAK

    ------------
    Sundar at 3/27/01 8:13:40 AM

    You'd be better off converting the values into caps before the insert takes place. This would elimiate the additional step of doing this after the entry.


    ------------
    PFD at 3/27/01 7:58:48 AM


    Is there a way I can have all entries in a table automatically in caps once entered by user, import or any other way ?


    Thanks a lot in advance.

    -PFD

Posting Permissions

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