S samperizal Active Member Licensed User Longtime User Apr 29, 2014 #1 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
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
LucaMs Expert Licensed User Longtime User Apr 29, 2014 #2 those are insufficient informations to help you Upvote 0
S samperizal Active Member Licensed User Longtime User Apr 29, 2014 #3 LucaMs said: those are insufficient informations to help you Click to expand... Greetings. This is the image error http://www.webbpin.com/IMAGENES/IMG-20140429-00374.JPG This error is not given in the emulator. They may need more data? thanks in advance Upvote 0
LucaMs said: those are insufficient informations to help you Click to expand... Greetings. This is the image error http://www.webbpin.com/IMAGENES/IMG-20140429-00374.JPG This error is not given in the emulator. They may need more data? thanks in advance
eps Expert Licensed User Longtime User Apr 29, 2014 #4 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
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).
LucaMs Expert Licensed User Longtime User Apr 30, 2014 #5 "This exception is thrown when an application attempts to perform a networking operation on its main thread." Upvote 0
"This exception is thrown when an application attempts to perform a networking operation on its main thread."
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2014 #6 Check the logs. The full error message will be printed there. The error you see is not related to SQLite. Upvote 0
Check the logs. The full error message will be printed there. The error you see is not related to SQLite.
S samperizal Active Member Licensed User Longtime User May 9, 2014 #7 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
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
Erel B4X founder Staff member Licensed User Longtime User May 11, 2014 #8 As I wrote you should find the full error message in the logs and post it. The error is not related to SQL or XML. Upvote 0
As I wrote you should find the full error message in the logs and post it. The error is not related to SQL or XML.