In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Sqlite Error : Interrupted [#9]

Xailer English public forum
Responder
Milan Mehta
Mensajes: 133
Registrado: Dom Dic 27, 2009 9:54 am

Sqlite Error : Interrupted [#9]

Mensaje por Milan Mehta »

Quite often while doing Database Operation in Sqlite we come across this error - interruped [#9] and transaction is rolled back. But however if we do the same operation in Sqlite studio or similar workbench we do not face this problem.
Is there any way to resolve the issue ?
TIA
Milan.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Sqlite Error : Interrupted [#9]

Mensaje por ignacio »

Milan Mehta escribió el vie, 14 noviembre 2014 06:31Quite often while doing Database Operation in Sqlite we come across this error - interruped [#9] and transaction is rolled back. But however if we do the same operation in Sqlite studio or similar workbench we do not face this problem.
Is there any way to resolve the issue ?
TIA
Milan.
I personally never had that error. Please try to make a SMALL sample to reproduce it. BTW I suggest two things:
1) ALWAYS use Begin-End transaction commands
2) For read-only 'select' statements use a memory recordset. Then all the order and filter operations are done internally with no SQLite intervention.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder