>    I found that the ado.net provider for sqlite support some types that do
> not really match the substrings here
> http://sqlite.phxsoftware.com/forums/t/31.aspx

That wrapper does some mapping between a type that's declared in the
table definition, and the types used in .NET programs.  So, if you
declare a column as char(n), the wrapper will map that to a .NET
string.  If you declare a column as INT, it will map that to a .NET
integer.  It has nothing to do with what column types are "legal" or
supported.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to