Hello, i cant seem to find a previous post that covers my particular issue. Here's the problem.
I have a table, it contains a column (MyText) of text datatype.
Using a stored procedure, I want to update the value in MyText (for a given id) to a value stored in a variable.
how would you do this? using the writetext function.
Thanks in advance for any help...
I have a table, it contains a column (MyText) of text datatype.
Using a stored procedure, I want to update the value in MyText (for a given id) to a value stored in a variable.
how would you do this? using the writetext function.
Thanks in advance for any help...