Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views & VFP6
Message
From
02/12/1998 19:57:35
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
02/12/1998 04:37:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00162776
Message ID:
00163481
Views:
22
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform