Hi all,

I'm trying to get the sum of a decimal column executing a query like that:

SELECT SUM( field ) FROM table...

The query execution returns a value of type Long, but I need a value of type BigDecimal. Is there a way to specify the expected returning value type?

I'm using ERXEOAccessUtilities.rawRowsForSQLExpression to execute the query.

Cheers,

Henrique
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to