nci...@aquarelo.com> wrote:
> Thanks Dannis,
>
> The problem is a little bigger. I must have 2 instances of same table:
> original and latest. Then my problem is what is the best way to:
> - transform 'original' with same data as 'latest'. This is 'save'.
> - transform 'latest' with same data as
Thanks Dannis,
The problem is a little bigger. I must have 2 instances of same table:
original and latest. Then my problem is what is the best way to:
- transform 'original' with same data as 'latest'. This is 'save'.
- transform 'latest' with same data as 'original'. This is 'undo'.
I must
On 10-02-26 2:25 PM, Francisco Azevedo wrote:
> Hi all,
>
> I want to create a "publish/undo system" for some tables but i don't
> know what is the best approach to do it.
> Imagine i have a table with columns id (auto-inc), data (text) then i
> want to edit table data (eg: create 2 new rows now, d
Hi all,
I want to create a "publish/undo system" for some tables but i don't
know what is the best approach to do it.
Imagine i have a table with columns id (auto-inc), data (text) then i
want to edit table data (eg: create 2 new rows now, delete one tomorrow,
update 3 rows tomorow too) and the
On 26 Feb 2010, at 9:25pm, Francisco Azevedo wrote:
> I started with a auxiliar table with same columns,
> then, before edition i clean auxiliar data and copy from original:
>
> delete from _table; insert into _table select * from table;
>
> now, user can edit table (inserts, deletes, updates)
Hi all,
I want to create a "publish/undo system" for some tables but i don't
know what is the best approach to do it.
Imagine i have a table with columns id (auto-inc), data (text) then i
want to edit table data (eg: create 2 new rows now, delete one tomorrow,
update 3 rows tomorow too) and then d
6 matches
Mail list logo