peter360 wrote:
> I see this in sqlite
> 
> sqlite> create table t1(c1 string);

You want t1(c1 text). "string" has no special meaning to SQLite, while "text" 
does.

Igor Tandetnik

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

Reply via email to