Re: [sqlite] How to get the list of rows that were changed during the last UPDATE SQL-command

2004-09-22 Thread Rami Saarinen
> From: Mike Shaver > Subject: Re: [sqlite] How to get the list of rows that were changed during the last UPDATE SQL-command > Date: Wed, 08 Sep 2004 05:11:08 -0700 >On Mon, 06 Sep 2004 12:17:07 +0300, Rami Saarinen <[EMAIL PROTECTED]> >wrote: >> Should I use trigger

RE: [sqlite] How to get the list of rows that were changed during the last UPDATE SQL-command

2004-09-07 Thread Rami Saarinen
gt; during each UPDATE command I need to get (at least) the >> unique id of the >> row that was changed. Surely this is common operation for SQL users? >> -- Rami Saarinen

[sqlite] How to get the list of rows that were changed during the last UPDATE SQL-command

2004-09-06 Thread Rami Saarinen
just don't know what ( / where) to look for ( / at). I am using SQLite 2.8.14 and gcc 3.3.3. Thanks! -- Rami Saarinen