thanks guys, I got it. I am making a data convert function for my free tool, so I need an official list, I mean the sqlite engine, not other wrappers. just curious abou it.
2008/11/4, Brad Stiles <[EMAIL PROTECTED]>: > > > 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. > -- Regards, _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

