Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upsizing to sqlserver problems
Message
 
 
To
05/08/2007 10:45:19
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01246018
Message ID:
01246028
Views:
16
>vfp upsize wizard doesn't convert alltrim fonction to sqlserver. to correct that i recoded my view by changing ALLTRIM by RTRIM.
>other functions have the same problems such as VAL() and ISNULL().
>
>what function can i use to replace these functions in order to be recognise by the upsize wizard ?

You can replace VAL() with CAST() and ISNULL() with 'IS NULL' operator.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform