Hi, I am trying to do the following. I have a text field (a memo field from my point of view , VFP ;-))
I do this in VFP
update table set notes = notes + "string of chars"
It works fine. But the same command to SQL Server, and Sql Server does not like that. It says:
Invalid operator for data type. Operator equals add, type equals text.
How can I do this in SQL Server?
TIA
Don Dodge
ddodge@ncal.verio.com
I do this in VFP
update table set notes = notes + "string of chars"
It works fine. But the same command to SQL Server, and Sql Server does not like that. It says:
Invalid operator for data type. Operator equals add, type equals text.
How can I do this in SQL Server?
TIA
Don Dodge
ddodge@ncal.verio.com