Results 1 to 2 of 2

Thread: Stored Procedure for delete

  1. #1
    ran Guest

    Stored Procedure for delete

    Hi,

    I need to create a stored procedure which would
    delete just the photo of a student once he graduates.
    I found out that a delete SQL statement will delete a whole row.
    Is there a way to just delete the Photo and leave the rest of the data
    untouched.

    Thanks.

    Regds,
    Ran

  2. #2
    Louis Cypher Guest

    Stored Procedure for delete (reply)

    I believe UPDATETEXT is what ur looking for


    ------------
    ran at 7/25/01 2:25:18 PM

    Hi,

    I need to create a stored procedure which would
    delete just the photo of a student once he graduates.
    I found out that a delete SQL statement will delete a whole row.
    Is there a way to just delete the Photo and leave the rest of the data
    untouched.

    Thanks.

    Regds,
    Ran

Posting Permissions

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