Updating part of field value

  • Hi friends,

    I am performing a search and replace on columns having different data types (note not only "Text" or "Image" data) through my VB application using ADO in SQL SERVER 6.5.

    Oracle provides a "Replace" function for that which can be used in a an update statement for searching for a perticular work within the field value and update with the replace string.

    Does SQL Server 6.5 provides any functions for that purpose?????

    Any kind of procedure also works fine for me. If u can suggest a direct function it will be very helpful.

    Thanks in advance

  • Not sure about v6.5. There is a replace in v7/2000. check the BOL on v6.5

    Steve Jones

    steve@dkranch.net

  • Hi,

    SQL Server has got a REPLACE function as well.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply