Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convering string to val in sql server?
Message
From
20/02/2000 06:04:06
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00334576
Message ID:
00334581
Views:
18
thanks.

cast(ccode as decimal(5,2)) is not working. I had to use following.

cast(convert(float,ccode) as decimal(5,2)). this has got me my results. hope this is what you guys are doing same to convert string to val.
Previous
Reply
Map
View

Click here to load this message in the networking platform