iihero@ChinaUnix, ehero.[iihero] 数据库技术的痴迷爱好者. 您可以通过iihero AT qq.com联系到我 以下是我的三本图书: Sybase ASE in Action, Oracle Spatial及OCI高级编程, Java2网络协议内幕
分类: SQLite/嵌入式数据库
2013-07-23 09:57:21
在使用SQLite在Windows Mobile上的大容量BLOB读写时,遇到一个OOM(Out Of Memory)的问题,让我们都觉得不可思议:
试看下边的SQL语句代码片段:
executeStmt(db, stmt, "create table foo(id integer not null primary key, content blob null, content2 blob null)");