Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparing Strings
Message
 
 
À
07/08/2009 15:59:41
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01416833
Message ID:
01416841
Vues:
63
>From a registration form the user sends last four of SSN
>
>I I then run SPT and getting a SSN from remote database based on user ID
>
>I am trying to compare these two but what I have tried is not working. It always shows a mismatch
>
>Both are type 'C'
>
>DO Case
>Case AT(lastfour, sqlStringSSNQuery.ssn) lessthan 1
>RETURN "NVDError"
>EndCase
CASE RIGHT(sqlStringSSNQuery.ssn,4) <> lastfour
  RETURN "NVDError"
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform