RE: Combine 2 text values
From: Ibrahim Shameeque (IbrahimShameeque_at_discussions.microsoft.com)
Date: 07/21/04
- Next message: Przemo: "how to design such a query"
- Previous message: Ibrahim Shameeque: "Re: Delete Question"
- In reply to: simon: "Combine 2 text values"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Jul 2004 01:49:02 -0700
Hi
You cannot concatenate text datatype
-- Ibrahim "simon" wrote: > I have SP: > > CREATE PROCEDURE sp_Upload > @idOrder varchar(10), > @result text > AS > > UPDATE t_narocilnica SET description=@result+description WHERE ID=@idOrder > > Description is text field in table t_narocilnica. > > I get an error message: error 403: invalid operator for data type. Operator > equals add, type equals text. > > What is wrong? > > Simon > > > >
- Next message: Przemo: "how to design such a query"
- Previous message: Ibrahim Shameeque: "Re: Delete Question"
- In reply to: simon: "Combine 2 text values"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|