Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting sql code into sqlserver
Message
 
 
To
15/08/2007 07:21:19
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01248200
Message ID:
01248221
Views:
21
What stops you?

>i want to write a procedure that will recode this vfp code into sqlserver code :
>
>iif(val(z)=1,ctod(x),ctod(y)) && vfp code
>
>into :
>
>case when cast(z as int)=1 then cast(x as datetime) else cast(y as datetime) end as xxx
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform