Hi ,

Out of curiosity , in SQLite datatypes
http://sqlite.org/datatype3.html
its said that all the data in version 2.x all data was stored as ASCII text
, does this mean even if I create a table as


<code>

create table some(id INTEGER, location varchar(10)) ;
</code>

The data in column id and location both are in ASCII text , if yes what
about in SQLite 3.

Also am I correct in saying version 3 or 2 SQLite will not raise error even
if the data inserted is not as per data type mentioned in create table
syntax.



-- 
Regards,
Vishal Kashyap.
Need help visit
http://help.vishal.net.in

Reply via email to