Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views & VFP6
Message
From
01/12/1998 10:43:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Views & VFP6
Miscellaneous
Thread ID:
00162776
Message ID:
00162776
Views:
57
Hello !

Impossible to make programmatically on VFP6 a view like :

CREATE SQL VIEW lv_findmembres AS;
SELECT *;
FROM clubapp!membres;
WHERE UPPER(Membres.cnom) LIKE UPPER(?vp_cNom);
AND UPPER(Membres.cprenom) LIKE UPPER(?vp_cPrenom)

I get an error message (Function argument value, type or count is invalid)
and then for the pleasure an C0000005 Exception error !!!

Help !

Gilles
Gilles Azria
-------------------------------------------------
http://www.profiledatabase.com
http://www.photoprofile.ch
Next
Reply
Map
View

Click here to load this message in the networking platform