DECLARE @ptrval binary(16)
SELECT @ptrval = TEXTPTR(pr_info)
FROM pub_info
pr, publishers p
WHERE p.pub_id =
pr.pub_id
AND p.pub_name = 'New Moon Books'
UPDATETEXT pub_info.pr_info @ptrval 0 3 'vadi '
GO
here 0 = starting position of the string (its zero based only)
3 = till which position to replace
'vadi ' -- text to be replaced for the characters postion 0-3
Best Regards
Vadivel
MVP ASP/ASP.NET
http://vadivel.thinkingms.com