Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Money vs Real type
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01436543
Message ID:
01436556
Vues:
45
Almost. In VFP the Numeric type is stored as a string in a table. Because of that, 12 includes a position for a '-' (minus) for negative numbers and a position for '.'(dot). As result Numeric(12,2) in VFP leaves only 10 digits for negative numbers and 11 for positive.

>When defining a Numeric type, are the parameters carry the same meaning as in VFP? That is, if you define Numeric(12,2) would be the same as in VFP (up to 12 digits and 2 decimals)?
>
>>The data type you're looking for is Numeric/Decimal (synonyms)
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform