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: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Dan Phillips
Sent: Monday, October 12, 2009 3:38 AM
To: sqlite-users@sqlite.org
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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to