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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top