Hi,

I'm experiencing a weird issue and I don't know how to solve it.
First of all, I work on a multi platform middleware written in C language
that uses SQLite 3.7.5.
when I'm doing some tests on Win32, everything is OK, but now I have to use
this middleware on Android (compiled with android NDK 5).

Here is the problem:
The database file is located on a sdcard. I use SQL transaction to minimize
the number of read/write operations.
The problem is that I have to  ADD/UPDATE/DELETE some rows during the
transaction.
I suppose this shouldn't be a problem at all, since it works on Win32, but
some sqlite3_step return SQLITE_CANTOPEN.

I really don't know what to do now. The only thing I can do is to remove
transactions. Without transactions I have the same behaviour on Win32 and
Android.
Do I miss something.

Best regards,
Romain
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to