On 3/22/2011 12:50 PM, Jonathan Allin wrote: > Igor, > > Is there another way of looking at the problem by considering how Java and > other libraries handle big integers and big decimals?
They have data types for them, and the library to support them. > Can you store the numeric value across sufficient cells necessary to achieve > the required precision? Who is "you" in this picture? If you mean "SQL engine", there are plenty that can do this, but SQLite is not one of them (hence "lite"). If you mean "application programmer", then sure, you can invent some representation for your big numbers (or use a library that provides one), and store them in the database as text or blobs. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users