What steps will reproduce the problem?
SQLiteDatabase db;
string databaseName = "Benchmark_cs-SQLite.sqlite";
db = new SQLiteDatabase(databaseName);
DataTable table = db.ExecuteQuery("SELECT strIndex FROM Root");
the table.Rows.Count is 0, actually there are data in the file.
I debugged, the following line:
if ((resultType = csSQLite.sqlite3_step(vm)) == csSQLite.SQLITE_ROW)
it's false, resultType is SQLITE_DONE.
I just downloaded the source code, and I am using windows 2003.
Original issue reported on code.google.com by unruled...@gmail.com on 10 Aug 2009 at 8:35
Original issue reported on code.google.com by
unruled...@gmail.com
on 10 Aug 2009 at 8:35