imposterism <[EMAIL PROTECTED]> wrote:
I am using SQLite 2.1 database . The schema of a particular field in a
table have only 40 varChars to this field . However I can overload /
overfill this field to more than 50 characters or even more !

SQLite parses (for compatibility with other DBMS) but ignores the length specification. Any field can contain a string of any length, or in fact any other data type. For more details, see http://sqlite.org/datatype3.html

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to