Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter.CursorFill() error
Message
De
11/08/2005 09:11:48
 
 
À
11/08/2005 08:24:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01039982
Message ID:
01040186
Vues:
16
>Hi Martin,
>
>
>The problem is because in the Total field I have the following data:
>
>0.00
> 132
>59.8
>42.3
>14.0
>92.4
> 328
>
>The data type of this field is Float(14,2)... look at the point, it is not regular... I have two, one or zero numbers after the point.
>
>How can I to resolve it?... if I drop this field the problem don't occours.
>
>thinks.
>

try:
select .... , 0.00+field as field, ...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform