Viewing 3 posts - 1 through 3 (of 3 total)
Thank you very much. I was not aware of all the limitations of using it. I certainly was aware of the difficulty of some of the problems of working with...
June 24, 2004 at 9:51 am
#511805
I did find an answer after much searching:
update memo set comments = cast(comments as varchar (8000)) + @comments where policy_base
= @policy_base and policy_Suffix = @policy_suffix and line_number =...
June 23, 2004 at 2:19 pm
#511666
The problem is that you can't declare a variable in win 2000 of datatype text: at least that's my understanding?
June 23, 2004 at 9:43 am
#511643