"Shailesh Birari" <[EMAIL PROTECTED]>
wrote in message
news:[EMAIL PROTECTED]
> Thanks for the input but the link you sent does not cover the
> following
>
> 1) Max number of tables in the sqlite database?
> 3) Max column name size?
> 4) Max table name size?
> 5) Max database name size?
> 6) Max constraint name size?
> 7) Max table constraints in the table?

There are no hard limits on these. 3 through 6 are effectively 
constrained by the limit on the size of a SQL statement, as they need to 
appear in CREATE TABLE at some point. 1 and 7 are only constrained by 
database size.

Igor Tandetnik 



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

Reply via email to