Update text in a NTEXT field

ezfriend

Registered User.
Local time
Today, 12:20
Joined
Nov 24, 2006
Messages
242
I have an Access application that allow user to replace text within a NTEXT field (SQL Express).

Unfortunately, I can't do the normal update

Code:
UPDATE tblDoc SET FieldName= REPLACE(FieldName, '; ', '|')

Any advice is truely appreciated.

-EZfriend.
 

Users who are viewing this thread

Back
Top Bottom