On 6 May 2011, at 4:58pm, Tim Butterfield wrote: > I'm using the System.Data.SQLite interface and not the direct C > interface methods. All of my inserts are done using DbParameter (@p1, > @p2, etc.) and DbCommand insert statements. The DbParameter.Value is > the C# object type. In the case of the blob column, that type is a C# > byte[], which sets the parameter type to DbType.Binary whether the > first byte is 0x00 or a more textual value.
Okay, then I believe that your problem is with the System.Data.SQLite interface, which is acting in a way that the SQLite C library doesn't. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users