On Tue, 4 Nov 2008 18:42:31 +0800, <[EMAIL PROTECTED]> wrote : >Hi, > > 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 > >any idea?
I can only repeat what I said about _native_ SQLite: "If there is no match, numeric affinity will be used, but if you insert a text string, it will still be stored as text." What the ado.net wrapper adds to the SQLite typing system is probably described in its documentation. http://sqlite-dotnet2.cvs.sourceforge.net/viewvc/sqlite-dotnet2/SQLite.NET/Doc/ Questions are best asked in the forum in the link you provided. -- ( Kees Nuyt ) c[_] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

