On Tue, 2005-06-21 at 06:18 -0400, Ken & Deb Allen wrote: > Will declaring the column as VARCHAR not achieve the same thing? Does > SQLITE not translate VARCHAR to TEXT, rather than numeric? >
VARCHAR, TEXT, and CLOB are all the same thing. See http://www.sqlite.org/datatype3.html section 2.1 for details. -- D. Richard Hipp <[EMAIL PROTECTED]>