Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exclamation sign is removed in parameter substitution
Message
De
14/10/2005 15:05:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Exclamation sign is removed in parameter substitution
Divers
Thread ID:
01059262
Message ID:
01059262
Vues:
49
Run code like the following with your backend:
private cstr
cstr='b'
sqlexec("SELECT * FROM test WHERE ?cstr!='a'")
There must be no space between r and !

note that the actual query passed to server is
SELECT * FROM test WHERE 'b'='a'
VFP replaces != condition to = condition.

Please confirm, can anybody reproduce this ?
Andrus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform