Android Question Locked sqlite

samperizal

Active Member
Licensed User
Longtime User
Greetings.

I have the problem with sqlite sguiente.

When I try to insert more than three records the table is locked.
records are parse an xml
I use
SQL.BeginTransaction

SQL.ExecNonQuery .........
SQL.ExecNonQuery .........
SQL.ExecNonQuery .........

SQL.TransactionSuccessful
SQL.EndTransaction


thanks in advance
 

eps

Expert
Licensed User
Longtime User
You'll need to check the logs, to see why the error was raised, maybe memory, maybe cursors not being closed (and therefore possibly memory).
 
Upvote 0

samperizal

Active Member
Licensed User
Longtime User
Greetings.

From where I get the log on the phone, because the emulator working properly.

this is the xml I'm processing





Thanks in advance
 

Attachments

  • Movimientos_producto.zip
    715 bytes · Views: 168
Upvote 0
Top