Colum concantenation

  • Thread starter Thread starter L_B_F
  • Start date Start date
L

L_B_F

I have need to issue a query similar to the following:

SELECT (colx + coly) as Stuff
FROM whatever

in an application built using the compact framework. It should be a
piece of cake... However the application issues an exception and
complains thusly:

"the data type is not valid for the arithmetic operation"

Is there a workaround?

Greg
 
You are correct; I discovered the ntext restriction minutes after
posting - and of course that was the data type being used.

Thanks for the reply though. I could still be looking for the answer.

Greg
 
Back
Top