Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data type mismatch
Message
De
25/08/2004 21:59:49
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
25/08/2004 21:54:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00936467
Message ID:
00936468
Vues:
24
>This is obviously just a piece of the code but, when it hits this area I receive this error "data type mismatch". The column a.split_in is a character, but I need to use this in order to run my calculation.
>
>
>select iif(a.split_in="Y",a.price*a.catchweight,"")as T
>
Use the debugger to check the data type of each of the following:

a.split_in (should be "C")
a.price (should be "N")
a.chatchweight (should be "N")
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform