and here is why... those values are numeric.
and to do this correctly, i needed to do:

select
cast (versionMajor as varchar) + '.' +
cast (versionMinor as varchar) + '.' +
cast (versionRev as varchar) as softwareVersion
from usersTable

:) thanks anyway
me

On 10/4/06, Tony <[EMAIL PROTECTED]> wrote:
> select versionMajor + '.' + versionMinor + '.' + versionRev as softwareVersion
> from usersTable
>
> im gettin an error?
>
> --
> 'Never have anything in your life that you can't walk out on in thirty
> seconds flat, if you spot the heat coming around the corner'
>
> robert deniro - heat (1995)
>


-- 
'Never have anything in your life that you can't walk out on in thirty
seconds flat, if you spot the heat coming around the corner'

robert deniro - heat (1995)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:216736
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to