Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Placeholder for a memo field
Message
De
12/05/1999 07:46:04
 
 
À
12/05/1999 07:42:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00217704
Message ID:
00217717
Vues:
18
Forgot 1 line, you need to append blank into the holder
cursor before running the SQL command.

>It is not very pretty and is not really a placeholder but
>it does work.
>
>create cursor holder (hold m)
>
>select client.name, holder.hold as notes ;
>from client,holder ;
>where client.rating < 3 ;
>union ;
>select client.name, client.notes ;
>from client ;
>where client.rating >= 3 ;
>into cursor results
>
>>
>>Data Type     Placeholder
>>---------     -----------
>>Date          {  /  /    }
>>Character     ""
>>Numeric       0
>>Memo          ????????
>>
>>What is the placeholder to represent a memo field in a UNION SQL command?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform