Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: SET NEAR and integer seek
Message
De
12/06/2005 16:29:09
 
 
À
12/06/2005 09:51:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01021240
Message ID:
01022616
Vues:
10
>>PMFJI. The behavior you describe has nothing to do with the range of the numeric data type.
>
>Thanks for the info.
>
>Just a side question:
>From the help I see the numeric field type is stored as 1 to 20 bytes in a table. In memory numeric values are stored as 8 Bytes, I assume then it's simply a double, isn't it?
>
>Bye, Olaf.

You can see this here:
CREATE CURSOR mycursor (vv N(18,6))
INSERT INTO mycursor VALUES (9999999999.999999)
? mycursor.vv , mycursor.vv+0.000001
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform