Jay Howard wrote:
> 
> I have gone as far as 
> 
> Modifying the table but still no dice..
> Maybe I have to drop and recreate the table?
> 

How did you change the data type of the column without dropping and
re-creating the table?

As others have said, System.Data.SQLite uses the declared types in the
table schema to map the values to .NET Framework types.

Therefore, if you want double values, you should use DOUBLE.

--
Joe Mistachkin

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

Reply via email to