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
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