how to transactions with Cursoradapters and sql
- From: "Nikki" <castelo@xxxxxx>
- Date: Tue, 17 Jan 2006 10:02:30 +1100
I have created a CursorAdapter to insert and update multiple records in a
SQL table.A
After updating/inserting multiple records or so, i need to be able to roll
this action back.
At the moment, if i issue a TABLEUPDATE(.T.), then all the changes are
commited, even if i use a TRANSACTION in the SQL (by issuig BEGIN
TRANSACTION and ROLLBACK in SQLEXEC for the same connection handle stored in
the CursorAdatper).
How can i rollback the changes after having issued a TABLEUPDATE(.T.)?
.
- Follow-Ups:
- Re: how to transactions with Cursoradapters and sql
- From: Christian Ehlscheid
- Re: how to transactions with Cursoradapters and sql
- From: Christian Ehlscheid
- Re: how to transactions with Cursoradapters and sql
- Prev by Date: Re: loadpicture
- Next by Date: Re: how to update an sql server table
- Previous by thread: Re: loadpicture
- Next by thread: Re: how to transactions with Cursoradapters and sql
- Index(es):
Relevant Pages
|