<b>Both UPDATETEXT AND WRITTEXT make only an update on the field you give them by a pointer </b>.....<br><br>I have to read from a field A1<br>and then write it to the field A2......<br><br>and i remeber that field A has datatype TEXT<br>My problem is that you can't do:<br><br>SELECT A FROM...
Thank for your reply .............<br><br>but it is not possible an Update if you have to manage a field which data type is TEXT....<br><b>AT LEAST with MS SQL SERVER (7.0) IT' S NOT POSSIBLE<br>I'M AFRAID </b><br><br>I've already tried what suggested me but the response...
I work on SQL SERVER 7.0 <br>with T-SQL I have to read a TEXT field <br>and write it into a new record, but..... <br>What happen is: <br><br>DECLARE @ptr1 varbinary(16), @ptr2 varbinary(16) <br><br>SELECT @ptr1 = TEXTPTR(DESCRIPTION) <br>FROM tableA <br>WHERE ID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.