Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server - Remote Views - NVL & IIF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00411989
Message ID:
00411996
Vues:
8
>When we upsized our regular Foxpro database to SQL Server, many of our views had IIF()'s and NVL() statements. I've been unable to get anything to do these functions in the remote views to the new SQL Server database. Anybody else encountered and overcome this?

IIF() - CASE (T-SQL)
NVL() - CASE and IS NULL - like if VFP version was IIF(ISNULL(cfield),"",cfield)

The SQL Books Online gives very good descriptions and examples of these.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform