Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter.CursorFill() error
Message
From
11/08/2005 09:11:48
 
 
To
11/08/2005 08:24:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01039982
Message ID:
01040186
Views:
17
>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, ...
Previous
Reply
Map
View

Click here to load this message in the networking platform