Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > Apps

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 03-09-2012, 06:31 AM
jocaro jocaro is offline
Junior Member
 
Join Date: Mar 2012
Posts: 2
Default Raise exception

Hello

I'm using a procedure in delphi xe. In debugging mode, when I execute the instructions 'post' an exception occurs (two examples at the end).

The application is single-user and the database is local (sqlite)

In the application there are some queries of type 'select', although not used in the current session of the application, the error occurs.

Someone can help me

procedure TSDIAppForm.GrabarBD();
begin

cambios automáticamente) }

FrmBasDat.TablaElementosArbol.Edit;
FrmBasDat.TablaElementosArbol.Post;
FrmBasDat.TablaNotas.Edit;
FrmBasDat.TablaNotas.Post;
FrmBasDat.TablaTemas.Edit;
FrmBasDat.TablaTemas.Post;
FrmBasDat.TablaNotTem.Edit;
FrmBasDat.TablaNotTem.Post;

FrmBasDat.ConexionBdSqlite.Commit;


end;

raise exception class ESQLiteError, message 'cannot rollback savepoint - SQL statements in progress'

Reply With Quote
  #2  
Old 08-16-2012, 06:24 PM
emailx45 emailx45 is offline
Junior Member
 
Join Date: May 2012
Posts: 18
Default

You need show the SQL text in use...

Note: Be Clear, for one answer more clear...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.