RE: [sqlite] Trigger on Attached Database

2007-06-22 Thread Marc Ruff
Try to create a TEMPorary trigger after the ATTACH command. Regards Marc >Is it possible to do this: > > Open DB1 > > Attatch DB2 > > >In DB1 have a trigger that does > > Insert into DB2. ? > >Theoretically it seems possible but we couldn't get it to work. Before I >investigate further just

AW: [sqlite] Trigger on Attached Database

2007-06-21 Thread Marc Ruff
Just forgot to mention: Referencing in previous open/attached databases should also be possible with foreign key constraints, when they will be enforced... Marc On Thu, 2007-06-21 at 11:57 +0200, Andre du Plessis wrote: >> Is it possible to do this: >> >>Open DB1 >> >>Attatch DB2 >>

RE: [sqlite] Trigger on Attached Database

2007-06-21 Thread Marc Ruff
On Thu, 2007-06-21 at 11:57 +0200, Andre du Plessis wrote: >> Is it possible to do this: >> >>Open DB1 >> >>Attatch DB2 >> >> In DB1 have a trigger that does >> >> Insert into DB2. ? >> >> Theoretically it seems possible but we couldn't get it to work. Before I >> investigate

[sqlite] Re: What about Foreign Key support (when?)

2007-01-08 Thread Marc Ruff
k support in sqlite, so our effort won't be in vain. ( I read "The Definitive Guide to SQLite" be Mike Owens [excellent], which mentions the fk support to be expected end of 2006 ) Regards Marc Ruff - To unsu

[sqlite] What about Foreign Key support (when?)

2007-01-05 Thread Marc Ruff
Key constraints!? Great! When? Any plans yet? Best regards Marc Ruff

AW: [sqlite] sqlite shared-cache mode usage

2006-08-28 Thread Marc Ruff
in advance. Marc Ruff -Ursprüngliche Nachricht- Von: Jay Sprenkle [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 27. August 2006 19:07 An: sqlite-users@sqlite.org Betreff: [sqlite] sqlite shared-cache mode usage Good morning all, I'm in the design stage of a project and had a question