"Satish" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
>                Can I know the Maximum size of Record in sqlite or Can
> I know the maximum size of NUMBER,TEXT and BLOB Data types.

You got your answer about text and blob. As to numbers, you can store 
either 64-bit signed integers or 64-bit IETF floating point numbers 
(same as "double" type in most C/C++ implementations).

Igor Tandetnik



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

Reply via email to