J
John Dann
I have some data stored in a column of Int16 type (for compactness
and convenience) in a Jet 4 database. I'd like to retrieve it into a
datareader converted to double type and divided by 10 to restore its
true value. Is this possible please (using VB.Net)?
So what I'd like to do is have a select string along the lines of:
SELECT CDbl(Col_A/10) SomeName, Col_B ...etc FROM etc
But if indeed this is a permitted process I can't find what the
correct syntax should be. Using the sort of example above just gives
me a missing operator error.
TIA
JGD
and convenience) in a Jet 4 database. I'd like to retrieve it into a
datareader converted to double type and divided by 10 to restore its
true value. Is this possible please (using VB.Net)?
So what I'd like to do is have a select string along the lines of:
SELECT CDbl(Col_A/10) SomeName, Col_B ...etc FROM etc
But if indeed this is a permitted process I can't find what the
correct syntax should be. Using the sort of example above just gives
me a missing operator error.
TIA
JGD