On 9 Sep 2010, at 7:13am, Max Vlasov wrote:

> But if you write something universal, also have in mind that sqlilte won't
> raise any exception, for example if you try to read an integer, but there's
> a text stored there, you won't get an error, just zero as a result

Two different situations can occur.  In one, you can rely on your own 
library/procedures being used to put data into the file.  In that one, as long 
as you've decided on your own standards and stuck to them, you're okay.  In the 
other you have to reliably read files made by any application that can call the 
sqlite functions.

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

Reply via email to