Suppose I have a UShort field "amount" for which I want to compute a sum, as in "SELECT SUM(amount) FROM TheTable". It appears that the type of the field returned by the cursor may not be of type UShort. Is there some rule as to what to expect? Charles Yeomans