I'm pretty sure I do store them as strings -- SQLite doesn't have a "decimal" datatype, and "double" doesn't cut the precision mustard for emulating "decimal".
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dan Phillips Sent: Monday, October 12, 2009 3:38 AM To: [email protected] Subject: [sqlite] low-level view of data values? Is it possible in any way to get a low level view of the values in my database in order to see exactly what types they are stored as? The reason I ask is that I am using SQLite.NET, and I believe that it stores the .Net Decimal type (this is a decimal floating point type) as strings. I would like to confirm that this really is the case. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

