cursor.getlong() and decimals

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all!
I'm using the .getlong method of the object cursor in order to get a decimal value stored in a SQLite DB table.
The value stored in DB is 0.50 € (currency data type) and the getlong return me only the integer part : only the 0 number.

Somebody can help me ?

Thanks !
 
Top