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
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