Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cast or convert not working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01216246
Message ID:
01216322
Vues:
18
>Yes, it's all non-numeric. I was looking for an isdigit() and it seems you have given it to me!
>

John,

Not exactly. The ISDIGIT() in SQL would be
... badgeno LIKE '[0-9]%'
The ISNUMERIC() tells if value can be converted into integer, floating, money or decimal data types. See http://www.berezniker.com/display/SQL/IsNumericEx+UDF+-+Data+type+aware for some additional info.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform