Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views & VFP6
Message
De
02/12/1998 19:57:35
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
02/12/1998 04:37:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00162776
Message ID:
00163481
Vues:
19
>>Have you tried removing the table ref?
>>i.e...
>>CREATE SQL VIEW lv_findmembres AS ;
>>SELECT * ;
>>FROM clubapp!membres ;
>>WHERE UPPER(cnom) LIKE UPPER(?vp_cNom);
>>AND UPPER(cprenom) LIKE UPPER(?vp_cPrenom)
>>
>>or
>>
>>CREATE SQL VIEW lv_findmembres AS ;
>>SELECT * ;
>>FROM clubapp!membres ;
>>WHERE UPPER(cnom)=UPPER(?vp_cNom);
>>AND UPPER(cprenom)=UPPER(?vp_cPrenom)
>
>Thanks to all for your help !
>
>Gilles
What was the solution?
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform