Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to define nonstandard views
Message
 
À
19/07/2001 09:05:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00532469
Message ID:
00532476
Vues:
12
Hi!
Use NVL() function to replace null valies with characters.
To define view in code use:
CREATE SQL VIEW ViewName AS SqlSelectStatement

>How does one get around the limitations of the view designer? For example:
>
>I am defining a wiew that is a right join, but I want a character field to be character, not null, in the cursor when there was nothing there. Tried using an expression, but don't know how to give it a name. Ideally, I would like to just define the SQL and then define all the "extras" (defining updateable fields etc) graphically. Tried to hack the DBC... oops, it became unretrievably corrupted.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform