Hi All,
I have been seeing a problem with SQLite. My code is working and creating , reading and write data. However I was logging Lat and Long from the GPS which has return precission to about 10 DP's however when using the variable (loc1.Latitude) in an insert query the table data is truncated (i.e. Lat -38.34411234 become -38.3441) a simlar thing happens with Long. I've tried using column data types of Float , Real , Double Precision, and Decimal(10,5) but the same thing happens.
Any Ideas
Jason:sign0161:
I have been seeing a problem with SQLite. My code is working and creating , reading and write data. However I was logging Lat and Long from the GPS which has return precission to about 10 DP's however when using the variable (loc1.Latitude) in an insert query the table data is truncated (i.e. Lat -38.34411234 become -38.3441) a simlar thing happens with Long. I've tried using column data types of Float , Real , Double Precision, and Decimal(10,5) but the same thing happens.
Any Ideas
Jason:sign0161: