Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upsizing to sqlserver problems
Message
 
 
À
05/08/2007 10:45:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01246018
Message ID:
01246028
Vues:
17
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform