Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
declare @NewText as varchar(100)
declare @ptrval varbinary(16)
set NewText = 'New text data.'
select @ptrval = TEXTPTR({TextField})
from {Table}
where {Key} = @{Variable}
UPDATETEXT {Table}.{TextField} @ptrval null 0 @NewText