Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Format sql result with transform
Message
 
To
20/09/2000 21:56:20
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00418818
Message ID:
00419365
Views:
17
>>I tried transform but this was illegal, at least I got an error message.
>>
>>select tablename.serv_fee as transform(serv_fee,'99,999.99')
>
>Slightly different (you were close, though):
>
>select transform(tablename.serv_fee,'99,999.99') as s_fee
>
>Of course, you'll get a string, but that's what you wanted, right?

Hi Dragan,

Thanks, it works just fine, I appreciate the help.

Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform