Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting sql code into sqlserver
Message
From
15/08/2007 07:21:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Converting sql code into sqlserver
Miscellaneous
Thread ID:
01248200
Message ID:
01248200
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform