Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a FoxPro equivalent of T-SQL CONVERT() ?
Message
From
08/10/2002 17:00:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00708750
Message ID:
00709037
Views:
20
>Unfortunatelly, there's no such function in VFP. So you'll have to do something like
select (0000000.00 + int1/int2) as myFloat ;
>          from ... ;
>          into table tempTable
Interestingly enough the same works in SQL Server, you don't necessarily need the CONVERT() function.

Just an observation.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform